mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 04:07:02 -06:00
4.51 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
980e181dcc
commit
d14d4dcdef
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user