summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c
index fef55d5e2e..d74fe73205 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -766,7 +766,10 @@ void check_bootfile(bool do_rolo)
766 static const struct text_message message={ lines, 2 }; 766 static const struct text_message message={ lines, 2 };
767 button_clear_queue(); /* Empty the keyboard buffer */ 767 button_clear_queue(); /* Empty the keyboard buffer */
768 if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES) 768 if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES)
769 {
770 audio_hard_stop();
769 rolo_load(BOOTDIR "/" BOOTFILE); 771 rolo_load(BOOTDIR "/" BOOTFILE);
772 }
770 } 773 }
771 } 774 }
772 wrtdate = info.wrtdate; 775 wrtdate = info.wrtdate;