From 9d900f88148a3f9045059c56af8fa688a76a7e82 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 5 Sep 2010 02:43:43 -0400 Subject: [PATCH] Added a FIXME. --- src/physfs_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/physfs_internal.h b/src/physfs_internal.h index f5deb2ff..26850d0a 100644 --- a/src/physfs_internal.h +++ b/src/physfs_internal.h @@ -968,6 +968,7 @@ void __PHYSFS_sort(void *entries, PHYSFS_uint32 max, * algorithms possible, if not entirely sane. Most cases should treat the * return value as "equal" or "not equal". */ +/* !!! FIXME: why is this casecmp, when everyone else is icmp? */ int __PHYSFS_utf8strcasecmp(const char *s1, const char *s2); /*