gaim/gaim

This fixes bug# 1105857
oldstatus
2005-01-20, Daniel Atallah
682206c2a3e2
Parents bc00d75f7801
Children 447c0ee8961c
This fixes bug# 1105857
--- a/src/protocols/oscar/oscar.c Thu Jan 20 14:44:50 2005 -0500
+++ b/src/protocols/oscar/oscar.c Thu Jan 20 14:51:24 2005 -0500
@@ -4108,7 +4108,7 @@
va_end(ap);
gaim_debug_error("oscar",
- "Message error with data %s and reason %hu\n", data, reason);
+ "Message error with data %s and reason %hu\n", data ? data : "(null)", reason);
/* BBB */
#if 0