From: ishmal Date: Fri, 25 Apr 2008 18:10:52 +0000 (+0000) Subject: Typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1df710a6f5446976e12b64ddbe17757b50c5adf7;p=inkscape.git Typo --- 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; }