Silent warnings.
authorLaurent Monin <geeqie@norz.org>
Sat, 3 Jan 2009 17:13:20 +0000 (17:13 +0000)
committerLaurent Monin <geeqie@norz.org>
Sat, 3 Jan 2009 17:13:20 +0000 (17:13 +0000)
src/filefilter.c

index 6a3ee72..b61eee4 100644 (file)
@@ -260,7 +260,7 @@ GList *filter_to_list(const gchar *extensions)
        while (*p != '\0')
                {
                const gchar *b;
-               const gchar *ext;
+               gchar *ext;
                gint file_class = -1;
                guint l = 0;