Selaa lähdekoodia

fixup! Use the result map for key dedupe

pull/176/head
John Högberg 6 vuotta sitten
vanhempi
commit
71aadf3818
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      c_src/objects.cc

+ 1
- 1
c_src/objects.cc Näytä tiedosto

@ -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;

Ladataan…
Peruuta
Tallenna