From e79f98cd1795d9a760db9940b35acc6f150aae83 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 20 Oct 2018 08:30:15 +0000 Subject: [PATCH] EgtLock : - ricompilazione con impostazione data minima. --- KeyProc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeyProc.cpp b/KeyProc.cpp index 197c93d..9574404 100644 --- a/KeyProc.cpp +++ b/KeyProc.cpp @@ -27,7 +27,7 @@ using namespace std ; //---------------------------------------------------------------------------- -static const int MIN_DAYS = 16831 ; // giorni al 31/01/2016 dal 1/1/1970 +static const int MIN_DAYS = 17562 ; // giorni al 31/01/2018 dal 1/1/1970 static const int N_STEP = 7 ; //----------------------------------------------------------------------------