summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index ec8382b8a8..046c14628c 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -698,7 +698,7 @@ bool settings_save_config(int options)
698 698
699 /* allow user to modify filename */ 699 /* allow user to modify filename */
700 while (true) { 700 while (true) {
701 if (!kbd_input(filename, sizeof filename)) { 701 if (!kbd_input(filename, sizeof(filename), NULL)) {
702 break; 702 break;
703 } 703 }
704 else { 704 else {