Linux/MacOSX: display error message when entered PIM is too big in the Volume Creation Wizard.

This commit is contained in:
Mounir IDRASSI 2016-09-28 00:22:14 +02:00
parent 57ce7aab7b
commit 3bad079d75
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC

View File

@ -807,6 +807,7 @@ namespace VeraCrypt
if (-1 == Pim)
{
// PIM invalid: don't go anywhere
Gui->ShowError ("PIM_TOO_BIG");
return GetCurrentStep();
}