diff src/collect-dlg.c @ 605:651ae2be1031

Use g_ascii_strncasecmp() instead of strncasecmp() where applicable. Add a FIXME where potential improper usage of strncasecmp() is made.
author zas_
date Thu, 08 May 2008 12:50:25 +0000
parents 48c8e49b571c
children d86748a2650a
line wrap: on
line diff
--- a/src/collect-dlg.c	Thu May 08 12:38:34 2008 +0000
+++ b/src/collect-dlg.c	Thu May 08 12:50:25 2008 +0000
@@ -103,6 +103,7 @@
 
 	path = fd->dest_path;
 
+	/* FIXME: utf8 */
 	if (!(strlen(path) > 7 && strncasecmp(path + (strlen(path) - 4), ".gqv", 4) == 0))
 		{
 		gchar *buf;