浏览代码

Added a FIXME.

Ryan C. Gordon 16 年之前
父节点
当前提交
9d900f8814
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/physfs_internal.h

+ 1 - 0
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);
 
 /*