2
0
Fork 0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-09-18 19:10:05 +03:00

Fix typo with TrieGetArray return value in .

This commit is contained in:
Arkshine 2014-05-07 10:38:41 +02:00
commit 24328568ed

View file

@ -248,7 +248,7 @@ static cell AMX_NATIVE_CALL TrieGetArray(AMX *amx, cell *params)
if (!params[4])
{
return 0;
return 1;
}
size_t length = r->value.arrayLength();