mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -06:00
15.13
This commit is contained in:
committed by
Kornel Lesiński
parent
5de23c1deb
commit
9608215ad8
@@ -2487,7 +2487,7 @@ HRESULT Bench(
|
||||
#ifdef USE_WIN_FILE
|
||||
|
||||
NFile::NIO::CInFile file;
|
||||
if (!file.Open(property.Value))
|
||||
if (!file.Open(us2fs(property.Value)))
|
||||
return E_INVALIDARG;
|
||||
UInt64 len;
|
||||
if (!file.GetLength(len))
|
||||
|
||||
Reference in New Issue
Block a user