pidgin: 7821a354: Kill some // comments. Sigh.
rlaager at pidgin.im
rlaager at pidgin.im
Fri Oct 31 01:10:36 EDT 2008
-----------------------------------------------------------------
Revision: 7821a3549d7d99473e999dc067afc4218addcc1e
Ancestor: ab9b84a471052769ba856a2bc4ec0d298a97b676
Author: rlaager at pidgin.im
Date: 2008-10-31T04:03:44
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/7821a3549d7d99473e999dc067afc4218addcc1e
Modified files:
libpurple/protocols/msn/notification.c
libpurple/protocols/qq/im.c
ChangeLog:
Kill some // comments. Sigh.
-------------- next part --------------
============================================================
--- libpurple/protocols/msn/notification.c a1fe021a9bab046adaa5aa5e74149da67df92093
+++ libpurple/protocols/msn/notification.c ea7644b1389c1b91eab7ea7fc66c5f3c5a769c93
@@ -578,7 +578,7 @@ msn_add_contact_xml(MsnSession *session,
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);
============================================================
--- libpurple/protocols/qq/im.c 9a375834d9347e56428560d04dbb6d25cbb460fe
+++ libpurple/protocols/qq/im.c 6196190fb773adb5849a1805a4eb30d2acc0a5e0
@@ -341,7 +341,7 @@ static void process_extend_im_text(
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 @@ static void process_extend_im_text(
real_len --;
text_len = real_len;
- // Null string instaed of space
+ /* Null string instead of space */
im_text.msg[text_len] = 0;
}
More information about the Commits
mailing list