summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index c1a5f96ab6..b98a4579f7 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -504,7 +504,7 @@ bool recording_screen(void)
504 if(mpeg_status() & MPEG_STATUS_ERROR) 504 if(mpeg_status() & MPEG_STATUS_ERROR)
505 { 505 {
506 status_set_playmode(STATUS_STOP); 506 status_set_playmode(STATUS_STOP);
507 splash(0, 0, true, str(LANG_DISK_FULL)); 507 splash(0, true, str(LANG_DISK_FULL));
508 status_draw(true); 508 status_draw(true);
509 lcd_update(); 509 lcd_update();
510 mpeg_error_clear(); 510 mpeg_error_clear();