From: ishmal Date: Fri, 6 Jun 2008 15:06:13 +0000 (+0000) Subject: minor typo in comparison X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=387117d46949dd3be687a8fa43a0d63484f816fd;p=inkscape.git minor typo in comparison --- 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; }