KeyGenerator 2.3l1 :
- aggiunta versione 24 - aggiunto prodotto Slicer 5583.
This commit is contained in:
+1
-1
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user