fixed amb1885: regression in IsInExec() which caused ThrowNativeError to fail
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402426
This commit is contained in:
parent
bd24893837
commit
50eb77926e
@ -587,7 +587,7 @@ int BaseContext::Execute2(IPluginFunction *function, const cell_t *params, unsig
|
|||||||
m_ctx.n_idx = 0;
|
m_ctx.n_idx = 0;
|
||||||
m_MsgCache[0] = '\0';
|
m_MsgCache[0] = '\0';
|
||||||
m_CustomMsg = false;
|
m_CustomMsg = false;
|
||||||
m_InExec = false;
|
m_InExec = true;
|
||||||
|
|
||||||
/* Start the tracer */
|
/* Start the tracer */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user