# HG changeset patch # User Richard Laager # Date 1225425824 0 # Node ID 18711b62ec27006332cfb0622f7bb2eb851c77dc # Parent 8282911d5e17887664cc6b6de2d97194e6ce8567 Kill some // comments. Sigh. diff -r 8282911d5e17 -r 18711b62ec27 libpurple/protocols/msn/notification.c --- a/libpurple/protocols/msn/notification.c Thu Oct 30 22:40:49 2008 +0000 +++ b/libpurple/protocols/msn/notification.c Fri Oct 31 04:03:44 2008 +0000 @@ -578,7 +578,7 @@ g_snprintf(fmt_str, sizeof(fmt_str), "%d", MSN_NETWORK_PASSPORT); /*mobile*/ - //type_str = g_strdup_printf("4"); + /*type_str = g_strdup_printf("4");*/ xmlnode_set_attrib(c_node, "t", fmt_str); xmlnode_insert_child(d_node, c_node); diff -r 8282911d5e17 -r 18711b62ec27 libpurple/protocols/qq/im.c --- a/libpurple/protocols/qq/im.c Thu Oct 30 22:40:49 2008 +0000 +++ b/libpurple/protocols/qq/im.c Fri Oct 31 04:03:44 2008 +0000 @@ -341,7 +341,7 @@ if(im_text.fragmentCount == 0) im_text.fragmentCount = 1; - // Filter tail space + /* Filter tail space */ if(im_text.fragmentIndex == im_text.fragmentCount -1) { gint real_len = text_len; @@ -349,7 +349,7 @@ real_len --; text_len = real_len; - // Null string instaed of space + /* Null string instead of space */ im_text.msg[text_len] = 0; }