4.51 beta

This commit is contained in:
Igor Pavlov
2007-07-25 00:00:00 +00:00
committed by Kornel Lesiński
parent 980e181dcc
commit d14d4dcdef
6 changed files with 10 additions and 10 deletions

View File

@@ -188,7 +188,7 @@ UInt64 CInByte2::ReadUInt64()
void CInByte2::ReadString(UString &s)
{
const Byte *buf = _buffer + _pos;
size_t rem = (_size - _pos) / 2;
size_t rem = (_size - _pos) / 2 * 2;
{
size_t i;
for (i = 0; i < rem; i += 2)