Use g_ascii_strncasecmp() instead of strncasecmp() where applicable.
[geeqie.git] / src / collect-dlg.c
index 830f0b1..a527e57 100644 (file)
@@ -103,6 +103,7 @@ static void collection_save_cb(FileDialog *fd, gpointer data)
 
        path = fd->dest_path;
 
+       /* FIXME: utf8 */
        if (!(strlen(path) > 7 && strncasecmp(path + (strlen(path) - 4), ".gqv", 4) == 0))
                {
                gchar *buf;