mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -06:00
17.00
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