EgtExecutor :

- aggiunta funzione Lua EgtGetModified
- ricompilato per correzioni a template del gestore di Lua.
This commit is contained in:
Dario Sassi
2017-01-16 19:20:34 +00:00
parent 4dfd039637
commit 79b4270dca
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ ExeGetModified( void)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_GEOMDB( pGseCtx, false)
// imposto il flag
// restituisco il flag
return pGseCtx->m_bModified ;
}