summaryrefslogtreecommitdiff
path: root/apps/plugins/lrcplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lrcplayer.c')
-rw-r--r--apps/plugins/lrcplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c
index c7f36968a1..4ae9722ae3 100644
--- a/apps/plugins/lrcplayer.c
+++ b/apps/plugins/lrcplayer.c
@@ -2475,7 +2475,7 @@ static bool lrc_lyrics_menu(void)
2475#endif 2475#endif
2476 case LRC_MENU_LRC_DIR: 2476 case LRC_MENU_LRC_DIR:
2477 rb->strcpy(temp_buf, prefs.lrc_directory); 2477 rb->strcpy(temp_buf, prefs.lrc_directory);
2478 if (!rb->kbd_input(temp_buf, sizeof(prefs.lrc_directory))) 2478 if (!rb->kbd_input(temp_buf, sizeof(prefs.lrc_directory), NULL))
2479 rb->strcpy(prefs.lrc_directory, temp_buf); 2479 rb->strcpy(prefs.lrc_directory, temp_buf);
2480 break; 2480 break;
2481 case MENU_ATTACHED_USB: 2481 case MENU_ATTACHED_USB: