EgtMachKernel :

- sistemazioni sulle NewName.
This commit is contained in:
Dario Sassi
2016-10-06 18:46:36 +00:00
parent 7e656dab01
commit 3b4f83be19
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ ToolsMgr::GetToolNewName( string& sName) const
sOrigName.erase( sOrigName.length() - 2) ;
while ( GetTool( sName) != nullptr) {
++ nCount ;
sName = sOrigName + "-" + ToString( nCount) ;
sName = sOrigName + "_" + ToString( nCount) ;
}
return true ;
}