From 770d8eb43273fbf3157683871b58cfdbd9cbd274 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Fri, 25 Apr 2008 18:10:52 +0000 Subject: Typo (bzr r5518) --- buildtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtool.cpp') 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; } -- cgit v1.2.3