EgtExecutor :
- aggiunte funzioni exe e lua CopyEx e CopyGlobEx.
This commit is contained in:
+2
-2
@@ -20,9 +20,9 @@
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
AdjustId( int nId)
|
||||
AdjustId( int nId, int nCtx)
|
||||
{
|
||||
GseContext* pCtx = GetCurrGseContext() ;
|
||||
GseContext* pCtx = ( nCtx == 0 ? GetCurrGseContext() : GetGseContext( nCtx));
|
||||
VERIFY_CTX( pCtx, GDB_ID_NULL)
|
||||
if ( nId == GDB_ID_CURRPART)
|
||||
return pCtx->m_nCurrPart ;
|
||||
|
||||
Reference in New Issue
Block a user