mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
correct a comment
This commit is contained in:
parent
3b2cf03b99
commit
2fa5437303
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ COM_LoadGameDirectory (char *dir)
|
|||
closedir (dir_ptr);
|
||||
|
||||
// XXX WARNING!!! This is /NOT/ subtable for strcmp!!!!!
|
||||
// This passes 'char **' instead of 'char *' to the cmp function!
|
||||
// This passes 'void **' instead of 'char *' to the cmp function!
|
||||
qsort (pakfiles, count, sizeof (char *),
|
||||
(int (*)(const void *, const void *)) qstrcmp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue