0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-23 01:58:24 +00:00

fix a wrong name

This commit is contained in:
Bill Currie 2007-04-06 14:13:25 +00:00 committed by Jeff Teunissen
parent 15e17b7c42
commit 3f3450df2c

View file

@ -662,7 +662,7 @@ load_file (const char *fname)
FILE *tmpfile;
tmpfile = preprocess_file (fname, "i1");
if (!file)
if (!tmpfile)
return 0;
file = Qfopen (tmpfile, "rt");
if (!file) {