mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
9.04 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
8874e4fbc9
commit
829409452d
@@ -297,8 +297,8 @@ UInt32 ReadToolbarsMask()
|
||||
|
||||
static UString GetPanelPathName(UInt32 panelIndex)
|
||||
{
|
||||
WCHAR panelString[32];
|
||||
ConvertUInt64ToString(panelIndex, panelString);
|
||||
WCHAR panelString[16];
|
||||
ConvertUInt32ToString(panelIndex, panelString);
|
||||
return UString(kPanelPathValueName) + panelString;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user