Code

minor typo in comparison
[inkscape.git] / buildtool.cpp
index 22c8dcb49fe36b6aed5643a8ab8d2b5308306b6e..1dee1044826b175af138feaf3107d1948d404849 100644 (file)
@@ -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;
         }