diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/til.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |