mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
re-anable the sorting. I guess snax was testing other things and forgot about
it.
This commit is contained in:
parent
f3fcfea62a
commit
ae8c255eb0
1 changed files with 2 additions and 2 deletions
|
@ -149,9 +149,9 @@ filelist_print (struct filelist *filelist)
|
|||
const char **list;
|
||||
|
||||
if (filelist->count) {
|
||||
//qsort (filelist->list, filelist->count, sizeof (char *), filelist_cmp);
|
||||
qsort (filelist->list, filelist->count, sizeof (char *), filelist_cmp);
|
||||
|
||||
if (0) filelist_cmp (0, 0);
|
||||
//if (0) filelist_cmp (0, 0);
|
||||
|
||||
list = (const char **)malloc ((filelist->count + 1)*sizeof(char **));
|
||||
list[filelist->count] = 0;
|
||||
|
|
Loading…
Reference in a new issue