--- a/libpurple/protocols/qq/im.c Mon Sep 15 02:59:23 2008 +0000 +++ b/libpurple/protocols/qq/im.c Mon Sep 15 03:01:03 2008 +0000 @@ -259,7 +259,7 @@ #endif temp = g_newa(guint8, data_len); - bytes = 4; // ignore unknown 4 bytes + bytes = 4; /* ignore unknown 4 bytes */ bytes += qq_get8(&temp_len, data + bytes); g_return_if_fail(bytes + temp_len <= data_len);