summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til.c')
-rw-r--r--src/til.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/til.c b/src/til.c
index 0abcc17..b9ccde0 100644
--- a/src/til.c
+++ b/src/til.c
@@ -412,6 +412,9 @@ int til_module_setup_randomize(const til_module_t *module, unsigned seed, til_se
assert(setting);
+ if (setting->desc)
+ continue;
+
/*
* TODO This probably also needs to move into a til_settings helper,
* copy-n-pasta alert, taken from setup.c
© All Rights Reserved