1
0
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:
Mounir IDRASSI
2016-09-28 00:22:14 +02:00
parent 57ce7aab7b
commit 3bad079d75

View File

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