Fix possible wrong 'addition'

git-svn-id: https://svn.musicpd.org/mpd/trunk@7076 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Qball Cow 2007-12-10 13:51:25 +00:00
parent ba48dc18fd
commit 704daecbf2
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ static int oggvorbis_decode(OutputBuffer * cb, DecoderControl * dc,
dc->totalTime = 0;
dc->audioFormat.bits = 16;
while (!eof && !dc->stop) {
while (!eof) {
if (dc->seek) {
if (0 == ov_time_seek_page(&vf, dc->seekWhere)) {
clearOutputBuffer(cb);