mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Ups
This commit is contained in:
@@ -188,7 +188,7 @@ TextDocument::LoadStatus TextDocument::loadFromStream( IOStream& file, std::stri
|
||||
|
||||
mLines.push_back( lineBuffer );
|
||||
lineBuffer.resize( 0 );
|
||||
} else if ( consume <= 0 ) {
|
||||
} else if ( consume <= 0 && pending - read == 0 ) {
|
||||
mLines.push_back( lineBuffer );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user