summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til.c')
-rw-r--r--src/til.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/til.c b/src/til.c
index 489fcf1..58e52bb 100644
--- a/src/til.c
+++ b/src/til.c
@@ -327,7 +327,7 @@ int til_module_randomize_setup(const til_module_t *module, unsigned seed, til_se
if (!module->setup)
return 0;
- settings = til_settings_new(NULL);
+ settings = til_settings_new(module->name, NULL);
if (!settings)
return -ENOMEM;
© All Rights Reserved