mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 00:24:14 -06:00
17.00
This commit is contained in:
@@ -18,8 +18,8 @@ using namespace NWindows;
|
||||
using namespace NFile;
|
||||
using namespace NDir;
|
||||
|
||||
static LPCWSTR kCantFindArchive = L"Can not find archive file";
|
||||
static LPCWSTR kCantOpenArchive = L"Can not open the file as archive";
|
||||
static LPCSTR const kCantFindArchive = "Can not find archive file";
|
||||
static LPCSTR const kCantOpenArchive = "Can not open the file as archive";
|
||||
|
||||
struct CThreadExtracting
|
||||
{
|
||||
@@ -73,7 +73,7 @@ struct CThreadExtracting
|
||||
return;
|
||||
}
|
||||
|
||||
ExtractCallbackSpec->Init(ArchiveLink.GetArchive(), dirPath, L"Default", fi.MTime, 0);
|
||||
ExtractCallbackSpec->Init(ArchiveLink.GetArchive(), dirPath, (UString)"Default", fi.MTime, 0);
|
||||
|
||||
Result = ArchiveLink.GetArchive()->Extract(0, (UInt32)(Int32)-1 , BoolToInt(false), ExtractCallback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user