mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 22:11:35 -06:00
Update to 7-Zip 17.00 Beta
This commit is contained in:
@@ -59,7 +59,8 @@ public:
|
||||
}
|
||||
|
||||
void Init() throw();
|
||||
|
||||
|
||||
MY_FORCE_INLINE
|
||||
bool ReadByte(Byte &b)
|
||||
{
|
||||
if (_buf >= _bufLim)
|
||||
@@ -68,6 +69,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
MY_FORCE_INLINE
|
||||
Byte ReadByte()
|
||||
{
|
||||
if (_buf >= _bufLim)
|
||||
|
||||
Reference in New Issue
Block a user