summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 621c4f2)
raw | patch | inline | side by side (parent: 621c4f2)
author | ishmal <ishmal@users.sourceforge.net> | |
Fri, 6 Jun 2008 15:06:13 +0000 (15:06 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Fri, 6 Jun 2008 15:06:13 +0000 (15:06 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 22c8dcb49fe36b6aed5643a8ab8d2b5308306b6e..1dee1044826b175af138feaf3107d1948d404849 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
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;
}