From 2c0d04cc943f7ef2dd67c49ea419e7db378c01d0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 11 Sep 2005 17:57:31 +0000 Subject: Fixed comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7508 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') 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) } lcd_puts(0, 1, buf); - /* We will do file splitting regardless, since the OFF - setting really means 24 hours. This is to make sure - that the recorded files don't get too big. */ + /* We will do file splitting regardless, either at the end of + a split interval, or when the filesize approaches the 2GB + FAT file size (compatibility) limit. */ if (audio_stat && ((global_settings.rec_timesplit && (seconds >= dseconds)) || (num_recorded_bytes >= MAX_FILE_SIZE))) -- cgit v1.2.3