Clarify a comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9616 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2006-04-11 17:20:55 +00:00
parent 8966c018fa
commit 8529414c7f

View file

@ -1112,7 +1112,8 @@ static void audio_read_file(void)
track_widx = 0;
}
tracks[track_widx].filesize = 0;
/* If this is an initial fill, stop after one track is complete */
/* If we're short filling, and have at least twice the watermark
* of data, stop filling after this track */
if (filling_short && filebufused > conf_watermark * 2)
fill_bytesleft = 0;
} else {