From b261177b8f5bc3f8495406d13dc03c0328b930f9 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 2 May 2016 14:45:22 +0200 Subject: Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid having negative values for iterations count using the formula 15000 + (PIM x 1000). Add specific error message to XML language files. --- src/Main/Main.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Main/Main.h') diff --git a/src/Main/Main.h b/src/Main/Main.h index a35bf780..e9d7e838 100644 --- a/src/Main/Main.h +++ b/src/Main/Main.h @@ -18,4 +18,9 @@ #include "Core/Core.h" #include "Main/StringFormatter.h" +#define MAX_PIM_DIGITS 7 // Maximum allowed digits in a PIM (enough for maximum value) +#define MAX_PIM_VALUE 2147468 // Maximum value to have a positive 32-bit result for formula 15000 + (PIM x 1000) +#define MAX_BOOT_PIM_DIGITS 5 // Maximum allowed digits in a PIM for boot (enough for 16-bit value) +#define MAX_BOOT_PIM_VALUE 65535 + #endif // TC_HEADER_Main_Main -- cgit v1.2.3