1
0
Fork 0
forked from len0rd/rockbox

Fixed comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7508 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-09-11 17:57:31 +00:00
parent 61a2550f3f
commit 2c0d04cc94

View file

@ -692,9 +692,9 @@ bool recording_screen(void)
} }
lcd_puts(0, 1, buf); lcd_puts(0, 1, buf);
/* We will do file splitting regardless, since the OFF /* We will do file splitting regardless, either at the end of
setting really means 24 hours. This is to make sure a split interval, or when the filesize approaches the 2GB
that the recorded files don't get too big. */ FAT file size (compatibility) limit. */
if (audio_stat && if (audio_stat &&
((global_settings.rec_timesplit && (seconds >= dseconds)) ((global_settings.rec_timesplit && (seconds >= dseconds))
|| (num_recorded_bytes >= MAX_FILE_SIZE))) || (num_recorded_bytes >= MAX_FILE_SIZE)))