fixed amb472
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401031
This commit is contained in:
parent
d40fb7b607
commit
c19c607b14
@ -663,7 +663,7 @@ static cell_t SQL_FetchFloat(IPluginContext *pContext, const cell_t *params)
|
||||
}
|
||||
|
||||
cell_t *addr;
|
||||
pContext->LocalToPhysAddr(params[5], &addr);
|
||||
pContext->LocalToPhysAddr(params[3], &addr);
|
||||
*addr = (cell_t)res;
|
||||
|
||||
return sp_ftoc(f);
|
||||
@ -702,7 +702,7 @@ static cell_t SQL_FetchInt(IPluginContext *pContext, const cell_t *params)
|
||||
}
|
||||
|
||||
cell_t *addr;
|
||||
pContext->LocalToPhysAddr(params[5], &addr);
|
||||
pContext->LocalToPhysAddr(params[3], &addr);
|
||||
*addr = (cell_t)res;
|
||||
|
||||
return iv;
|
||||
|
Loading…
Reference in New Issue
Block a user