fixed amb1143 - typo in SetClientKeyValue()
This commit is contained in:
parent
1497d58e41
commit
3df060cad6
@ -118,7 +118,7 @@ SetClientKeyValue(id, const key[], const value[])
|
|||||||
{
|
{
|
||||||
new buffer = engfunc(EngFunc_GetInfoKeyBuffer, id)
|
new buffer = engfunc(EngFunc_GetInfoKeyBuffer, id)
|
||||||
|
|
||||||
return engfunc(EngFunc_SetClientKeyValue, buffer, key, value)
|
return engfunc(EngFunc_SetClientKeyValue, id, buffer, key, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
GetClientKeyValue(id, const key[], value[], maxlen)
|
GetClientKeyValue(id, const key[], value[], maxlen)
|
||||||
|
Loading…
Reference in New Issue
Block a user