fix a warning

This commit is contained in:
Bill Currie 2002-12-14 01:56:37 +00:00
parent 32e5e6ef0b
commit b8216807fe

View file

@ -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;