Fix typo with TrieGetArray return value in #8.
This commit is contained in:
parent
60f54ee691
commit
24328568ed
@ -248,7 +248,7 @@ static cell AMX_NATIVE_CALL TrieGetArray(AMX *amx, cell *params)
|
|||||||
|
|
||||||
if (!params[4])
|
if (!params[4])
|
||||||
{
|
{
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t length = r->value.arrayLength();
|
size_t length = r->value.arrayLength();
|
||||||
|
Loading…
Reference in New Issue
Block a user