diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/params.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c index d960c22cf..b18fb90a6 100644 --- a/Src/params.c +++ b/Src/params.c @@ -3532,7 +3532,7 @@ arrayuniq(char **x, int freeok) } for (it = x, write_it = x; *it;) { - if (! gethashnode(ht, *it)) { + if (! gethashnode2(ht, *it)) { HashNode new_node = zhalloc(sizeof(struct hashnode)); if (!new_node) { /* Oops, out of heap memory, no way to recover */ |