diff libpurple/protocols/myspace/message.c @ 19255:1ea47b06f1a6

Initial implementation of friend importing. Not well tested.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 20 Aug 2007 01:15:00 +0000
parents 9245404fe70c
children 34a1957de14b
line wrap: on
line diff
--- a/libpurple/protocols/myspace/message.c	Sun Aug 19 23:43:48 2007 +0000
+++ b/libpurple/protocols/myspace/message.c	Mon Aug 20 01:15:00 2007 +0000
@@ -699,9 +699,6 @@
 	
 	g_return_if_fail(debug_str != NULL);
 
-	purple_debug_info("msim_msg_dump", "debug_str=%s\n", debug_str);
-
-
 	purple_debug_info("msim", fmt_string, debug_str);
 
 	g_free(debug_str);
@@ -1005,7 +1002,7 @@
 {
 	GList *node;
 
-	if (!name) {
+	if (!name || !msg) {
 		return NULL;
 	}