mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 10:07:02 -06:00
16.03
This commit is contained in:
committed by
Kornel Lesiński
parent
1eddf527ca
commit
232ce79574
@@ -283,7 +283,7 @@ HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBun
|
||||
return CheckBreak2();
|
||||
}
|
||||
|
||||
static const char *k_DigestTitles[] =
|
||||
static const char * const k_DigestTitles[] =
|
||||
{
|
||||
" : "
|
||||
, " for data: "
|
||||
|
||||
@@ -1068,7 +1068,7 @@ HRESULT ListArchives(CCodecs *codecs,
|
||||
g_StdOut << endl << kListing << arcPath << endl << endl;
|
||||
}
|
||||
|
||||
HRESULT result = arcLink.Open3(options, &openCallback);
|
||||
HRESULT result = arcLink.Open_Strict(options, &openCallback);
|
||||
|
||||
if (result != S_OK)
|
||||
{
|
||||
@@ -1095,9 +1095,6 @@ HRESULT ListArchives(CCodecs *codecs,
|
||||
}
|
||||
|
||||
{
|
||||
if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0)
|
||||
numErrors++;
|
||||
|
||||
FOR_VECTOR (r, arcLink.Arcs)
|
||||
{
|
||||
const CArcErrorInfo &arc = arcLink.Arcs[r].ErrorInfo;
|
||||
|
||||
Reference in New Issue
Block a user