comparison src/protocols/qq/char_conv.c @ 14045:3cefea0bf4a2

[gaim-migrate @ 16657] Took care of some signedness issues. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sun, 06 Aug 2006 21:03:10 +0000
parents ef8490f9e823
children 32a71e64ceae
comparison
equal deleted inserted replaced
14044:16b05033f5ee 14045:3cefea0bf4a2
36 36
37 #define QQ_NULL_MSG "(NULL)" /* return this if conversion fails */ 37 #define QQ_NULL_MSG "(NULL)" /* return this if conversion fails */
38 #define QQ_NULL_SMILEY "(SM)" /* return this if smiley conversion fails */ 38 #define QQ_NULL_SMILEY "(SM)" /* return this if smiley conversion fails */
39 39
40 /* a debug function */ 40 /* a debug function */
41 void _qq_show_packet(gchar * desc, gchar * buf, gint len); 41 void _qq_show_packet(const gchar *desc, const guint8 *buf, gint len);
42 42
43 const gchar qq_smiley_map[QQ_SMILEY_AMOUNT] = { 43 const gchar qq_smiley_map[QQ_SMILEY_AMOUNT] = {
44 0x41, 0x43, 0x42, 0x44, 0x45, 0x46, 0x47, 0x48, 44 0x41, 0x43, 0x42, 0x44, 0x45, 0x46, 0x47, 0x48,
45 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x73, 45 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x73,
46 0x74, 0x75, 0x76, 0x77, 0x8a, 0x8b, 0x8c, 0x8d, 46 0x74, 0x75, 0x76, 0x77, 0x8a, 0x8b, 0x8c, 0x8d,