EgtExecutor :

- aggiunto SN alle info della chiave hardware.
This commit is contained in:
Dario Sassi
2019-05-13 09:30:50 +00:00
parent 99c562f0df
commit bd23b1555d
+3
View File
@@ -338,6 +338,9 @@ ExeGetKeyInfo( string& sKey)
sLockId = sLockId.substr( 7, 6) ;
if ( sLockId.empty())
return false ;
int nLockSN ;
if ( GetLockSN( nLockSN))
sLockId += " (" + ToString( nLockSN) + ")" ;
}
// altrimenti
else {