Build fix attempt 1

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401716
This commit is contained in:
Matt Woodrow 2007-11-21 22:15:05 +00:00
parent 19c184aefc
commit 858fd7d3cd

View File

@ -967,7 +967,7 @@ static cell_t smn_KvGetSectionSymbol(IPluginContext *pCtx, const cell_t *params)
KeyValues *pSection = pStk->pCurRoot.front();
pContext->LocalToPhysAddr(params[2], &val);
pCtx->LocalToPhysAddr(params[2], &val);
*val = pSection->GetNameSymbol();
if (!*val)