This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
fixup! Use the result map for key dedupe
pull/176/head
John Högberg
6 years ago
parent
69baf580dc
commit
71aadf3818
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
c_src/objects.cc
+ 1
- 1
c_src/objects.cc
View 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
;
Write
Preview
Loading…
Cancel
Save