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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 007ac8dc9d..84f99653da 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -692,9 +692,9 @@ bool recording_screen(void)
692 } 692 }
693 lcd_puts(0, 1, buf); 693 lcd_puts(0, 1, buf);
694 694
695 /* We will do file splitting regardless, since the OFF 695 /* We will do file splitting regardless, either at the end of
696 setting really means 24 hours. This is to make sure 696 a split interval, or when the filesize approaches the 2GB
697 that the recorded files don't get too big. */ 697 FAT file size (compatibility) limit. */
698 if (audio_stat && 698 if (audio_stat &&
699 ((global_settings.rec_timesplit && (seconds >= dseconds)) 699 ((global_settings.rec_timesplit && (seconds >= dseconds))
700 || (num_recorded_bytes >= MAX_FILE_SIZE))) 700 || (num_recorded_bytes >= MAX_FILE_SIZE)))