KeyGenerator 1.8g1
- ricompilazione per adattamento a modifiche librerie.
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ bool
|
||||
KeyMaker::SetCustomer( const string& sCustomer)
|
||||
{
|
||||
// verifico validità nome come nome di file
|
||||
if ( ! IsValidName( sCustomer))
|
||||
if ( ! IsValidFileName( sCustomer))
|
||||
return false ;
|
||||
m_sCustomer = sCustomer ;
|
||||
return true ;
|
||||
|
||||
Reference in New Issue
Block a user