mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 00:11:34 -06:00
Update to 7-Zip Version 18.06
This commit is contained in:
@@ -1084,3 +1084,13 @@ CMessagePathException::CMessagePathException(const char *a, const wchar_t *u)
|
||||
(*this) += u;
|
||||
}
|
||||
}
|
||||
|
||||
CMessagePathException::CMessagePathException(const wchar_t *a, const wchar_t *u)
|
||||
{
|
||||
(*this) += a;
|
||||
if (u)
|
||||
{
|
||||
Add_LF();
|
||||
(*this) += u;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user