summaryrefslogtreecommitdiffstats
path: root/apps/shortcuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shortcuts.c')
-rw-r--r--apps/shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c
index cf372ce023..82e4a359bf 100644
--- a/apps/shortcuts.c
+++ b/apps/shortcuts.c
@@ -342,7 +342,7 @@ static int readline_cb(int n, char *buf, void *parameters)
strmemccpy(sc->u.path, value, MAX_PATH);
break;
case SHORTCUT_SETTING:
- sc->u.setting = find_setting_by_cfgname(value, NULL);
+ sc->u.setting = find_setting_by_cfgname(value);
break;
case SHORTCUT_TIME:
#if CONFIG_RTC