aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f27a971e..5ac3d8fd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -727,7 +727,7 @@ cb_set_variable(void *data, mu_config_value_t *arg)
return 1;
}
- if (mu_cfg_assert_value_type(&arg->v.arg.v[0], MU_CFG_ARRAY))
+ if (mu_cfg_assert_value_type(&arg->v.arg.v[0], MU_CFG_STRING))
return 1;
switch (arg->v.arg.v[1].type) {

Return to:

Send suggestions and report system problems to the System administrator.