mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
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:
@@ -95,6 +95,7 @@ namespace System_
|
||||
free(buf);
|
||||
return false;
|
||||
}
|
||||
fflush(m_File);
|
||||
string line(buf);
|
||||
lines.push_back(line);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user