mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +01:00
Linux/MacOSX: display error message when entered PIM is too big in the Volume Creation Wizard.
This commit is contained in:
parent
57ce7aab7b
commit
3bad079d75
@ -807,6 +807,7 @@ namespace VeraCrypt
|
||||
if (-1 == Pim)
|
||||
{
|
||||
// PIM invalid: don't go anywhere
|
||||
Gui->ShowError ("PIM_TOO_BIG");
|
||||
return GetCurrentStep();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user