EgtMachKernel :
- piccola miglioria per calcoli nuovo nome.
This commit is contained in:
@@ -142,7 +142,7 @@ MachMgr::GetOperationNewName( string& sName) const
|
||||
if ( sName.empty())
|
||||
sName = "Oper" ;
|
||||
// verifico che il nome sia unico
|
||||
int nCount = 1 ;
|
||||
int nCount = 0 ;
|
||||
string sOrigName = sName ;
|
||||
while ( GetOperationId( sName) != GDB_ID_NULL) {
|
||||
++ nCount ;
|
||||
|
||||
Reference in New Issue
Block a user