diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-01 19:59:54 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-01 19:59:54 +0530 |
commit | eec951a2f92d18260acef6d421ee059d0511673b (patch) | |
tree | ac4e27d96d245184b643adc0606e50a305f36a1e /src/template.c | |
parent | 62636d863fb6577b67d49c84992685d77a30655f (diff) |
util: get_wrapped->unwrap
Diffstat (limited to 'src/template.c')
-rw-r--r-- | src/template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.c b/src/template.c index 838ed43..877ca07 100644 --- a/src/template.c +++ b/src/template.c @@ -139,7 +139,7 @@ template_write(engine_t *engine, FILE *f, void *doc, bool is_markdown) if (engine != NULL && engine->config != NULL) { char *template_name - = get_wrapped(list_find_corresponding_value_from_ptr_wrapper( + = unwrap(list_find_corresponding_value_from_ptr_wrapper( engine->config->keys, engine->config->values, "template")); if (template_name != NULL) { |