fixed amb1143 - typo in SetClientKeyValue()

This commit is contained in:
David Anderson 2007-11-15 18:05:16 +00:00
parent 1497d58e41
commit 3df060cad6

View File

@ -118,7 +118,7 @@ SetClientKeyValue(id, const key[], const value[])
{
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)