This commit is contained in:
Bill Currie 2003-03-12 22:38:02 +00:00
parent 71a60717d9
commit 2858bc4922

View file

@ -136,8 +136,8 @@ PR_Debug_Init_Cvars (void)
static file_t *
PR_Load_Source_File (progs_t *pr, const char *fname)
{
char *path, *l, **dir;
file_t *f = Hash_Find (file_hash, fname);
char *path = 0, *l, **dir;
file_t *f = Hash_Find (file_hash, fname);
if (f)
return f;