[Pidgin] #10542: GG 8.0 support in Pidgin 2.6.x
Pidgin
trac at pidgin.im
Mon Apr 12 17:21:19 EDT 2010
#10542: GG 8.0 support in Pidgin 2.6.x
----------------------+-----------------------------------------------------
Reporter: kkszysiu | Owner: bartosz
Type: patch | Status: closed
Milestone: 2.7.0 | Component: Gadu-Gadu
Version: 2.6.2 | Resolution: fixed
Keywords: gadu |
----------------------+-----------------------------------------------------
Comment(by darkrain42):
This actually won't work. You need to explicitly check if `descr ==
NULL`.
The reason it won't work is that this code segfaults on Windows:
{{{
const char *whatever = g_strdup_printf("%s", NULL);
}}}
On other platforms, it returns "(null)".
--
Ticket URL: <http://developer.pidgin.im/ticket/10542#comment:55>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list