summaryrefslogtreecommitdiff
path: root/apps/plugins/splitedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/splitedit.c')
-rw-r--r--apps/plugins/splitedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/splitedit.c b/apps/plugins/splitedit.c
index 1fd59727fc..539fc85011 100644
--- a/apps/plugins/splitedit.c
+++ b/apps/plugins/splitedit.c
@@ -874,7 +874,7 @@ static void save_editor(struct mp3entry *mp3, int splittime)
874 break; 874 break;
875 875
876 case SE_PART1_NAME: 876 case SE_PART1_NAME:
877 rb->kbd_input(part1_name, MAX_PATH); 877 rb->kbd_input(part1_name, MAX_PATH, NULL);
878 break; 878 break;
879 879
880 case SE_PART2_SAVE: 880 case SE_PART2_SAVE:
@@ -882,7 +882,7 @@ static void save_editor(struct mp3entry *mp3, int splittime)
882 break; 882 break;
883 883
884 case SE_PART2_NAME: 884 case SE_PART2_NAME:
885 rb->kbd_input(part2_name, MAX_PATH); 885 rb->kbd_input(part2_name, MAX_PATH, NULL);
886 break; 886 break;
887 887
888 case SE_SAVE: 888 case SE_SAVE: