mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +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;
|
DIR *directory;
|
||||||
struct dirent *entry;
|
struct dirent *entry;
|
||||||
char *path, *glob, *s;
|
char *path, *glob = 0, *s;
|
||||||
const char *ifs;
|
const char *ifs;
|
||||||
dstring_t *list;
|
dstring_t *list;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue