mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
remove some debug prints
This commit is contained in:
parent
1bfef95a29
commit
1e20043bf3
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ qfs_find_gamedir (const char *name, hashtab_t *dirs)
|
||||||
dictkey_t **list = (dictkey_t **) Hash_GetList (qfs_gd_plist->data);
|
dictkey_t **list = (dictkey_t **) Hash_GetList (qfs_gd_plist->data);
|
||||||
dictkey_t **l;
|
dictkey_t **l;
|
||||||
for (l = list; *l; l++)
|
for (l = list; *l; l++)
|
||||||
puts((*l)->key);
|
;
|
||||||
qsort (list, l - list, sizeof (char *), qfs_compare);
|
qsort (list, l - list, sizeof (char *), qfs_compare);
|
||||||
while (l-- != list) {
|
while (l-- != list) {
|
||||||
if (!fnmatch ((*l)->key, name, 0)) {
|
if (!fnmatch ((*l)->key, name, 0)) {
|
||||||
|
|
Loading…
Reference in a new issue