From 78d79a0482cc1e840615d614fbee9bebf80b5ca5 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 22 Jul 2017 11:02:42 +0000 Subject: [PATCH] KeyGenerator 1.8g1 - ricompilazione per adattamento a modifiche librerie. --- KeyGenerator.rc | Bin 28362 -> 28358 bytes KeyMaker.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/KeyGenerator.rc b/KeyGenerator.rc index 4fb01f37dc175a1447b31e9d391a6c658fb34d4e..bcd22083450940a39458bc875a3e48ccb2a26fd9 100644 GIT binary patch delta 126 zcmX?gm+{zL#tkf{oE8i^4CX*=IGNv6lhI@0X#)TO$|ZsT delta 134 zcmX?hm+{nH#tkf{+-3|q42BGrK+a yjLc>XN|QI5iB3M_^kVZI>l8+;nh!Ef{$ihnZop(k%k7gtI39tSvH6VCFKqyqrze^K diff --git a/KeyMaker.cpp b/KeyMaker.cpp index fe13be1..d0c8490 100644 --- a/KeyMaker.cpp +++ b/KeyMaker.cpp @@ -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 ;