mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 20:24:05 -06:00
Update to 7-Zip 17.00 Beta
This commit is contained in:
@@ -159,7 +159,7 @@ void CHandler::ParseName(Byte replaceByte, IArchiveOpenCallback *callback)
|
||||
}
|
||||
|
||||
if (replaceByte >= 0x20 && replaceByte < 0x80)
|
||||
_name += (wchar_t)replaceByte;
|
||||
_name += (char)replaceByte;
|
||||
}
|
||||
|
||||
STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 * /* maxCheckStartPosition */,
|
||||
|
||||
Reference in New Issue
Block a user