From 1df710a6f5446976e12b64ddbe17757b50c5adf7 Mon Sep 17 00:00:00 2001 From: ishmal Date: Fri, 25 Apr 2008 18:10:52 +0000 Subject: [PATCH] Typo --- buildtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtool.cpp b/buildtool.cpp index 2556cd837..b14cfcfb6 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -6393,7 +6393,7 @@ public: error("problem compiling: %s", errString.c_str()); errorOccurred = true; } - if (errorOccurred || !continueOnError) + if (errorOccurred && !continueOnError) break; } -- 2.30.2