KeyGenerator 2.3l1 :

- aggiunta versione 24
- aggiunto prodotto Slicer 5583.
This commit is contained in:
DarioS
2021-12-23 15:39:41 +01:00
parent b0e0e08635
commit 6226e68524
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ CKeyGeneratorApp::InitInstance( void)
// verifico la protezione
SetLockType( KEY_LOCK_TYPE_HW) ;
string sKey = GetPrivateProfileStringUtf8( "General", "Key", "", m_pszProfileName) ;
if ( VerifyKey( sKey, 823, 2305, 10) != KEY_OK) {
if ( VerifyKey( sKey, 823, 2312, 10) != KEY_OK) {
m_nExitCode = 1 ;
return FALSE ;
}