mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 01:15:00 -06:00
22.00
This commit is contained in:
2
CPP/7zip/UI/FileManager/PanelMenu.cpp
Normal file → Executable file
2
CPP/7zip/UI/FileManager/PanelMenu.cpp
Normal file → Executable file
@@ -111,7 +111,7 @@ static void AddPropertyString(PROPID propID, const wchar_t *nameBSTR,
|
||||
val = ConvertSizeToString(v);
|
||||
}
|
||||
else
|
||||
ConvertPropertyToString2(val, prop, propID);
|
||||
ConvertPropertyToString2(val, prop, propID, 9); // we send 9 - is ns precision
|
||||
}
|
||||
|
||||
if (!val.IsEmpty())
|
||||
|
||||
Reference in New Issue
Block a user