summaryrefslogtreecommitdiffhomepage
path: root/examples/mapmap.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-22 14:23:00 +0100
committerTyge Løvset <[email protected]>2021-02-22 14:23:00 +0100
commit23ec0fe83e8efbc3a758af4049ce990ee67ea47c (patch)
tree4fd323c7a4862cd69532901661710cefd4c138cc /examples/mapmap.c
parent48a3e856a233326308621c6665c74291744a90e2 (diff)
downloadSTC-modified-23ec0fe83e8efbc3a758af4049ce990ee67ea47c.tar.gz
STC-modified-23ec0fe83e8efbc3a758af4049ce990ee67ea47c.zip
Many internal renames. Reverted to specify both _del and _clone parameter when giving _del.
Diffstat (limited to 'examples/mapmap.c')
-rw-r--r--examples/mapmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mapmap.c b/examples/mapmap.c
index 5a5996f6..c775d870 100644
--- a/examples/mapmap.c
+++ b/examples/mapmap.c
@@ -4,7 +4,7 @@
#include <stc/cstr.h>
using_cmap_str();
-using_cmap_strkey(cfg, cmap_str, cmap_str_del);
+using_cmap_strkey(cfg, cmap_str, cmap_str_del, c_no_clone);
int main(void) {
cmap_cfg config = cmap_cfg_init();