diff libpurple/protocols/qq/group_info.c @ 25149:7da3cf2530b7

2009.02.21 - flos <lonicerae(at)gmail.com> * Added 'qq_strlen' and 'qq_strcmp' funtions in qq.h * Fixed compiling problems with lower version of GTK+
author SHiNE CsyFeK <csyfek@gmail.com>
date Tue, 24 Feb 2009 13:15:34 +0000
parents 1aeb9edac0d2
children 29df7408df03
line wrap: on
line diff
--- a/libpurple/protocols/qq/group_info.c	Fri Feb 20 18:00:32 2009 +0000
+++ b/libpurple/protocols/qq/group_info.c	Tue Feb 24 13:15:34 2009 +0000
@@ -65,7 +65,7 @@
 }
 
 /* send packet to get info for each group member */
-gint qq_request_room_get_buddies(PurpleConnection *gc, guint32 room_id, gint update_class)
+gint qq_request_room_get_buddies(PurpleConnection *gc, guint32 room_id, guint32 update_class)
 {
 	guint8 *raw_data;
 	gint bytes, num;