Ver código fonte

fixup! Use the result map for key dedupe

pull/176/head
John Högberg 6 anos atrás
pai
commit
71aadf3818
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      c_src/objects.cc

+ 1
- 1
c_src/objects.cc Ver arquivo

@ -19,7 +19,7 @@ BEGIN_C
int
make_object(ErlNifEnv* env, ERL_NIF_TERM pairs, ERL_NIF_TERM* out,
const int ret_map, const int dedupe_keys)
int ret_map, int dedupe_keys)
{
ERL_NIF_TERM ret;
ERL_NIF_TERM key;

Carregando…
Cancelar
Salvar