mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 08:11:33 -06:00
Update to 7-Zip Version 21.07
See: https://sourceforge.net/p/sevenzip/discussion/45797/thread/0a7b47970b/
This commit is contained in:
@@ -213,7 +213,7 @@ void CStartupInfo::RestoreScreen(HANDLE handle)
|
||||
|
||||
CSysString CStartupInfo::GetFullKeyName(const char *keyName) const
|
||||
{
|
||||
AString s = m_RegistryPath;
|
||||
AString s (m_RegistryPath);
|
||||
if (keyName && *keyName)
|
||||
{
|
||||
s += kRegistryKeyDelimiter;
|
||||
|
||||
Reference in New Issue
Block a user