KeyGenerator 2.3e2 :

- aggiunta gestione codici per BeamWall.
This commit is contained in:
DarioS
2021-05-15 11:24:38 +02:00
parent 0888c764c4
commit b0e0e08635
3 changed files with 7 additions and 6 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, 2301, 10) != KEY_OK) {
if ( VerifyKey( sKey, 823, 2305, 10) != KEY_OK) {
m_nExitCode = 1 ;
return FALSE ;
}