don't display all debug data 4 times when using PipeReader class (spotted by janderwald)

svn path=/trunk/; revision=33497
This commit is contained in:
Christoph von Wittich
2008-05-13 17:17:31 +00:00
parent 74f90fc65a
commit 7f477c644a
+1
View File
@@ -95,6 +95,7 @@ namespace System_
free(buf);
return false;
}
fflush(m_File);
string line(buf);
lines.push_back(line);
return true;