KeyGenerator 1.8g1

- ricompilazione per adattamento a modifiche librerie.
This commit is contained in:
Dario Sassi
2017-07-22 11:02:42 +00:00
parent 8847518f02
commit 78d79a0482
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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 ;