Mercurial > pidgin
diff src/protocols/gg/gg.c @ 10412:ecf4f88430cc
[gaim-migrate @ 11661]
I think this is the correct fix for this C99ism/bug/patch-slip-up?
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 24 Dec 2004 14:45:30 +0000 |
parents | 3fcfab5f0cc6 |
children | 781a0582d35f |
line wrap: on
line diff
--- 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 <misiek@pld.ORG.PL> * @@ -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;