Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
jiffy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
fixup! Use the result map for key dedupe
pull/176/head
John Högberg
6 anni fa
parent
69baf580dc
commit
71aadf3818
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
c_src/objects.cc
+ 1
- 1
c_src/objects.cc
Vedi File
@ -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
;
Scrivi
Anteprima
Caricamento…
Annulla
Salva