Skip to content

Commit

Permalink
Fix passing in name of member ordering module
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 19, 2020
1 parent 0746fa4 commit 72aa1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C.xs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ BOOT:
else if (isALPHA(str[0]))
{
gs_OrderMembers = 1;
set_preferred_indexed_hash_module(str);
set_preferred_indexed_hash_module(strdup(str));
}
}
}

0 comments on commit 72aa1ee

Please sign in to comment.