pidgin.openq: 9c87371d: Code clean

ccpaging at pidgin.im ccpaging at pidgin.im
Wed Dec 3 23:21:30 EST 2008


-----------------------------------------------------------------
Revision: 9c87371d9ee89f3f449b242728d133482ea6bc4c
Ancestor: 7396cc9c6db35223048e7f0103766c92c8a07c34
Author: ccpaging at pidgin.im
Date: 2008-11-19T08:37:07
Branch: im.pidgin.pidgin.openq
URL: http://d.pidgin.im/viewmtn/revision/info/9c87371d9ee89f3f449b242728d133482ea6bc4c

Modified files:
        libpurple/protocols/qq/qq_network.c

ChangeLog: 

Code clean

-------------- next part --------------
============================================================
--- libpurple/protocols/qq/qq_network.c	c41b3c950b7682a022d3ed36a36ef1a0d9f15281
+++ libpurple/protocols/qq/qq_network.c	3ceaa4b7f25fcf50d3691f28864b18c7a4cbf2b6
@@ -1244,7 +1244,7 @@ static gint send_room_cmd(PurpleConnecti
 	buf_len = 0;
 	buf_len += qq_put8(buf + buf_len, room_cmd);
 	if (room_id != 0) {
-		/* id 0 is for QQ Demo Group, now there are not existed*/
+		/* id 0 is for QQ Demo Group, now they are closed*/
 		buf_len += qq_put32(buf + buf_len, room_id);
 	}
 	if (data != NULL && data_len > 0) {


More information about the Commits mailing list