From 932ac624bd0eb17d1516e59cfe88f3eaab2eccb0 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 16 Aug 2002 20:49:32 +0000 Subject: [PATCH] more error checking fixes --- tools/qfcc/source/qfcc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/qfcc/source/qfcc.c b/tools/qfcc/source/qfcc.c index eb9fd77cf..74705d6ff 100644 --- a/tools/qfcc/source/qfcc.c +++ b/tools/qfcc/source/qfcc.c @@ -569,6 +569,8 @@ separate_compile (void) finish_compilation (); WriteData (0); } + } else { + err = 1; } } return err;