mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix a warning
This commit is contained in:
parent
32e5e6ef0b
commit
b8216807fe
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ GIB_File_Find_f (void)
|
|||
{
|
||||
DIR *directory;
|
||||
struct dirent *entry;
|
||||
char *path, *glob, *s;
|
||||
char *path, *glob = 0, *s;
|
||||
const char *ifs;
|
||||
dstring_t *list;
|
||||
|
||||
|
|
Loading…
Reference in a new issue