Code

minor typo in comparison
authorishmal <ishmal@users.sourceforge.net>
Fri, 6 Jun 2008 15:06:13 +0000 (15:06 +0000)
committerishmal <ishmal@users.sourceforge.net>
Fri, 6 Jun 2008 15:06:13 +0000 (15:06 +0000)
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;
         }