# HG changeset patch # User Daniel Atallah # Date 1126016914 0 # Node ID 8e749b7c8ccc2ed83a7baba877996c36bbdef61a # Parent d68ca756e983d72cee6b20c6979703c49009c47b [gaim-migrate @ 13701] printf("%s", NULL) is bad committer: Tailor Script diff -r d68ca756e983 -r 8e749b7c8ccc src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Tue Sep 06 05:39:53 2005 +0000 +++ b/src/protocols/oscar/oscar.c Tue Sep 06 14:28:34 2005 +0000 @@ -7349,14 +7349,14 @@ name = g_hash_table_lookup(data, "room"); exchange = g_hash_table_lookup(data, "exchange"); - gaim_debug_info("oscar", - "Attempting to join chat room %s.\n", name); - if ((name == NULL) || (*name == '\0')) { gaim_notify_error(gc, NULL, _("Invalid chat name specified."), NULL); return; } + gaim_debug_info("oscar", + "Attempting to join chat room %s.\n", name); + if ((cur = aim_getconn_type(od->sess, AIM_CONN_TYPE_CHATNAV))) { gaim_debug_info("oscar", "chatnav exists, creating room\n");