comparison src/protocols/qq/buddy_status.c @ 13871:2be9dfa9569b

[gaim-migrate @ 16341] Fixed a bug that prevented libqq from being loaded as a plugin. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 26 Jun 2006 03:44:39 +0000
parents 983fd420e86b
children 16102b9c5c4a
comparison
equal deleted inserted replaced
13870:983fd420e86b 13871:2be9dfa9569b
60 g_string_free(dump, TRUE); 60 g_string_free(dump, TRUE);
61 } // _qq_buddy_status_dump_unclear 61 } // _qq_buddy_status_dump_unclear
62 62
63 /*****************************************************************************/ 63 /*****************************************************************************/
64 // parse the data into qq_buddy_status 64 // parse the data into qq_buddy_status
65 static gint _qq_buddy_status_read(guint8 * data, guint8 ** cursor, gint len, qq_buddy_status * s) { 65 gint _qq_buddy_status_read(guint8 * data, guint8 ** cursor, gint len, qq_buddy_status * s) {
66 gint bytes; 66 gint bytes;
67 67
68 g_return_val_if_fail(data != NULL && *cursor != NULL && s != NULL, -1); 68 g_return_val_if_fail(data != NULL && *cursor != NULL && s != NULL, -1);
69 69
70 bytes = 0; 70 bytes = 0;