summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-06-06 15:06:13 +0000
committerishmal <ishmal@users.sourceforge.net>2008-06-06 15:06:13 +0000
commitaa5844ba7b2f1011dfce6a5363a5bf01ae3534e7 (patch)
tree2fc6c39d9f8da475ebb89a34035a2b88093cf28d /buildtool.cpp
parentremove const assignment error (diff)
downloadinkscape-aa5844ba7b2f1011dfce6a5363a5bf01ae3534e7.tar.gz
inkscape-aa5844ba7b2f1011dfce6a5363a5bf01ae3534e7.zip
minor typo in comparison
(bzr r5827)
Diffstat (limited to 'buildtool.cpp')
-rw-r--r--buildtool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtool.cpp b/buildtool.cpp
index 22c8dcb49..1dee10448 100644
--- a/buildtool.cpp
+++ b/buildtool.cpp
@@ -4129,7 +4129,7 @@ bool MakeBase::executeCommand(const String &command,
int rerr = read(errfds[0], &errch, 1);
if (rerr>0)
errb.push_back(errch);
- if (rerr <=0 && rerr <=0)
+ if (rout <=0 && rerr <=0)
break;
}