Fixed bug amb244

This commit is contained in:
David Anderson 2007-05-02 02:06:07 +00:00
parent e34120803d
commit 78f18de61a

View File

@ -130,7 +130,7 @@ cell CForward::execute(cell *params, ForwardPreparedArray *preparedArrays)
}
// exec
cell retVal;
cell retVal = 0;
#if defined BINLOG_ENABLED
g_BinLog.WriteOp(BinLog_CallPubFunc, (*iter).pPlugin->getId(), iter->func);
#endif