summaryrefslogtreecommitdiff
path: root/src/til_settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til_settings.c')
-rw-r--r--src/til_settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/til_settings.c b/src/til_settings.c
index 0a1a3d5..e42aae8 100644
--- a/src/til_settings.c
+++ b/src/til_settings.c
@@ -405,6 +405,7 @@ int til_setting_desc_new(const til_settings_t *settings, const til_setting_spec_
d->spec.random = spec->random;
d->spec.as_nested_settings = spec->as_nested_settings;
+ d->spec.as_label = spec->as_label;
/* TODO: handle allocation errors above... */
*res_desc = d;
© All Rights Reserved