# HG changeset patch # User Stu Tomlinson # Date 1103899530 0 # Node ID ecf4f88430cc6c5e6021301cd221dc9a140f9d99 # Parent 151fcda069bce040591675da4e0a843e9a62a736 [gaim-migrate @ 11661] I think this is the correct fix for this C99ism/bug/patch-slip-up? committer: Tailor Script diff -r 151fcda069bc -r ecf4f88430cc src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Fri Dec 24 13:57:49 2004 +0000 +++ b/src/protocols/gg/gg.c Fri Dec 24 14:45:30 2004 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 11653 2004-12-24 01:47:59Z thekingant $ + * $Id: gg.c 11661 2004-12-24 14:45:30Z nosnilmot $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz * @@ -81,8 +81,6 @@ static gchar *charset_convert(const gchar *locstr, const char *encsrc, const char *encdst) { - return (g_convert (locstr, strlen (locstr), encdst, encsrc, NULL, NULL, NULL)); - gchar *msg; GError *err = NULL;