mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
fix a wrong name
This commit is contained in:
parent
15e17b7c42
commit
3f3450df2c
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ load_file (const char *fname)
|
||||||
FILE *tmpfile;
|
FILE *tmpfile;
|
||||||
|
|
||||||
tmpfile = preprocess_file (fname, "i1");
|
tmpfile = preprocess_file (fname, "i1");
|
||||||
if (!file)
|
if (!tmpfile)
|
||||||
return 0;
|
return 0;
|
||||||
file = Qfopen (tmpfile, "rt");
|
file = Qfopen (tmpfile, "rt");
|
||||||
if (!file) {
|
if (!file) {
|
||||||
|
|
Loading…
Reference in a new issue