From 3f3450df2cbd85a5f0122dc5a1bfde239cd06672 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 6 Apr 2007 14:13:25 +0000 Subject: [PATCH] fix a wrong name --- tools/qfcc/source/qfcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/qfcc.c b/tools/qfcc/source/qfcc.c index d70afdd58..5ac5e543f 100644 --- a/tools/qfcc/source/qfcc.c +++ b/tools/qfcc/source/qfcc.c @@ -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) {