pidgin: 1f7997aa: Spelling fix in a debug log
evands at pidgin.im
evands at pidgin.im
Sun Nov 22 14:25:38 EST 2009
-----------------------------------------------------------------
Revision: 1f7997aac140c861bf6612860b4967fbabf9bb22
Ancestor: efa9e9f485d998244d637d1ff62dbb333ef8abd4
Author: evands at pidgin.im
Date: 2009-11-22T19:25:02
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1f7997aac140c861bf6612860b4967fbabf9bb22
Modified files:
libpurple/protocols/oscar/oscar.c
ChangeLog:
Spelling fix in a debug log
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c b49b57bc7e89a7fa5e1fbe14d89db22f448feb83
+++ libpurple/protocols/oscar/oscar.c 6e8f68cf556bd677d5f99a2a6ac6da782631e1d7
@@ -468,7 +468,7 @@ purple_plugin_oscar_decode_im_part(Purpl
charsetstr2 = purple_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING);
}
- purple_debug_info("oscar", "Parsing IM part, charset=0x%04hx, charsubset=0x%04hx, datalen=%" G_GSIZE_FORMAT ", choice1=%s, choice2=%s, choise3=%s\n",
+ purple_debug_info("oscar", "Parsing IM part, charset=0x%04hx, charsubset=0x%04hx, datalen=%" G_GSIZE_FORMAT ", choice1=%s, choice2=%s, choice3=%s\n",
charset, charsubset, datalen, charsetstr1, charsetstr2, (charsetstr3 ? charsetstr3 : ""));
ret = purple_plugin_oscar_convert_to_utf8(data, datalen, charsetstr1, FALSE);
More information about the Commits
mailing list