mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: display error message when entered PIM is too big in the Volume Creation Wizard.
This commit is contained in:
@@ -807,6 +807,7 @@ namespace VeraCrypt
|
|||||||
if (-1 == Pim)
|
if (-1 == Pim)
|
||||||
{
|
{
|
||||||
// PIM invalid: don't go anywhere
|
// PIM invalid: don't go anywhere
|
||||||
|
Gui->ShowError ("PIM_TOO_BIG");
|
||||||
return GetCurrentStep();
|
return GetCurrentStep();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user