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
1 changed files with 1 additions and 1 deletions

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) {