# HG changeset patch # User Rob Flynn # Date 1003623281 0 # Node ID 29d09f9ce85f463b2176450e818e60654ba2d36c # Parent 6a9438d32268746099059c33dcc271760d457b36 [gaim-migrate @ 2576] Fixed an unused variable warning. committer: Tailor Script diff -r 6a9438d32268 -r 29d09f9ce85f src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Sat Oct 20 18:41:47 2001 +0000 +++ b/src/protocols/gg/gg.c Sun Oct 21 00:14:41 2001 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 2555 2001-10-18 21:44:09Z warmenhoven $ + * $Id: gg.c 2576 2001-10-21 00:14:41Z robflynn $ * * Copyright (C) 2001, Arkadiusz Mi¶kiewicz * @@ -92,8 +92,8 @@ static gchar *charset_convert(const gchar *locstr, char *encsrc, char *encdst) { +#ifdef HAVE_ICONV gchar *result = NULL; -#ifdef HAVE_ICONV if (iconv_string(encdst, encsrc, locstr, locstr+strlen(locstr)+1, &result, NULL) >= 0) return result; #endif