2005-09-14 [paul] 1.9.14cvs26
[claws.git] / src / procmime.c
index ab0d11bb3eaefc0771c6a7dfbd5948b6c0b43016..d01dd2433d5f963e4758aca5cd6eb9dacad51b5c 100644 (file)
@@ -1571,7 +1571,8 @@ static void parse_parameters(const gchar *parameters, GHashTable *table)
                gchar *charset, *lang, *oldvalue, *newvalue;
 
                attribute = (gchar *) cur->data;
-               if (!g_hash_table_lookup_extended(table, attribute, (gpointer *) &key, (gpointer *) &value))
+               if (!g_hash_table_lookup_extended(
+                       table, attribute, (gpointer *)(gchar *) &key, (gpointer *)(gchar *) &value))
                        continue;
 
                charset = value;