diff src/oscar.c @ 1039:67ed2ee5be9f

[gaim-migrate @ 1049] AOL is doing funny things.... committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Oct 2000 19:34:57 +0000
parents daad2440a642
children 713b0e14e0a9
line wrap: on
line diff
--- a/src/oscar.c	Tue Oct 31 10:49:53 2000 +0000
+++ b/src/oscar.c	Tue Oct 31 19:34:57 2000 +0000
@@ -860,9 +860,9 @@
 			while (i < exchangecount) {
 				sprintf(debug_buff, "chat info: \t\t%x: %s (%s/%s)\n",
 						exchanges[i].number,
-						exchanges[i].name,
-						exchanges[i].charset1,
-						exchanges[i].lang1);
+						exchanges[i].name ? exchanges[i].name : "NULL",
+						exchanges[i].charset1 ? exchanges[i].charset1 : "NULL",
+						exchanges[i].lang1 ? exchanges[i].lang1 : "NULL");
 				debug_print(debug_buff);
 				i++;
 			}