im.pidgin.pidgin: 95148e2e63a840d22205b1e62cad3cb1f1d1e0bc
markdoliner at pidgin.im
markdoliner at pidgin.im
Mon Jan 14 01:45:52 EST 2008
-----------------------------------------------------------------
Revision: 95148e2e63a840d22205b1e62cad3cb1f1d1e0bc
Ancestor: 84f67d7b25d842d187bc57e4427eb2fa781cdcf2
Author: markdoliner at pidgin.im
Date: 2008-01-14T06:44:14
Branch: im.pidgin.pidgin
Modified files:
libpurple/protocols/oscar/oscar.c
ChangeLog:
I forgot that we're supposed to be using g_strerror() to guarantee a
UTF-8 error message. My bad
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c 0c9a828788e6ae87cbbd342713d1838c5e03744c
+++ libpurple/protocols/oscar/oscar.c dbaa79c139c8f6577c655ea2865ca54f9fbfdc6e
@@ -1547,7 +1547,7 @@ straight_to_hell(gpointer data, gint sou
if (result < 0)
purple_debug_error("oscar", "Error writing %" G_GSIZE_FORMAT
" bytes to fetch AIM hash data: %s\n",
- strlen(buf), strerror(errno));
+ strlen(buf), g_strerror(errno));
else
purple_debug_error("oscar", "Tried to write %"
G_GSIZE_FORMAT " bytes to fetch AIM hash data but "
More information about the Commits
mailing list