Fix usage of replace param in SetTrieArray (bug 6113, r=asherkin).
This commit is contained in:
parent
b0061ece62
commit
f0d6fd1912
@ -307,7 +307,7 @@ static cell_t SetTrieArray(IPluginContext *pContext, const cell_t *params)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!params[4])
|
if (!params[5])
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
i->value.setArray(array, params[4]);
|
i->value.setArray(array, params[4]);
|
||||||
|
Loading…
Reference in New Issue
Block a user