mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
21.07
This commit is contained in:
@@ -900,7 +900,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