mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
Update to 7-Zip Version 21.07
See: https://sourceforge.net/p/sevenzip/discussion/45797/thread/0a7b47970b/
This commit is contained in:
@@ -910,7 +910,7 @@ bool CHashPair::Parse(const char *s)
|
||||
return false;
|
||||
if (escape)
|
||||
{
|
||||
AString temp = Name;
|
||||
const AString temp (Name);
|
||||
return CSum_Name_EscapeToOriginal(temp, Name);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user