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