EgtMachKernel 2.2f1 :

- corretta segnalazione errore caricamento TcPos
- corretta gestione e segnalazione caricamento gruppo di lavoro non riuscito.
This commit is contained in:
Dario Sassi
2020-05-31 21:25:13 +00:00
parent 0b4179b39c
commit 910a5fcb2c
3 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -371,7 +371,10 @@ MachMgr::PrepareCurrMachGroup( int nId)
m_nCurrMGrpId = nId ;
m_cCurrMGrp = mgData ;
m_nCurrMch = GetMachine( m_cCurrMGrp.MGeoName) ;
m_stuMgr.Init( this) ;
if ( ! m_stuMgr.Init( this)) {
m_nCurrMGrpId = GDB_ID_NULL ;
return false ;
}
m_stuMgr.Load() ;
m_nPhasesCount = CalcPhaseCount() ;
m_nCurrPhase = 0 ;