Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 5, 2010
1 parent 125c170 commit 9d900f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/physfs_internal.h
Expand Up @@ -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);

/*
Expand Down

0 comments on commit 9d900f8

Please sign in to comment.