equal
deleted
inserted
replaced
231 |
231 |
232 |
232 |
233 static int hog_entry_cmp(void *_a, PHYSFS_uint32 one, PHYSFS_uint32 two) |
233 static int hog_entry_cmp(void *_a, PHYSFS_uint32 one, PHYSFS_uint32 two) |
234 { |
234 { |
235 HOGentry *a = (HOGentry *) _a; |
235 HOGentry *a = (HOGentry *) _a; |
236 return(strcmp(a[one].name, a[two].name)); |
236 return(__PHYSFS_platformStricmp(a[one].name, a[two].name)); |
237 } /* hog_entry_cmp */ |
237 } /* hog_entry_cmp */ |
238 |
238 |
239 |
239 |
240 static void hog_entry_swap(void *_a, PHYSFS_uint32 one, PHYSFS_uint32 two) |
240 static void hog_entry_swap(void *_a, PHYSFS_uint32 one, PHYSFS_uint32 two) |
241 { |
241 { |