10l found by atmos

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11595 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-12-08 21:53:54 +00:00
parent 4efe8506e2
commit c7f47f1837
1 changed files with 1 additions and 1 deletions

View File

@ -1278,7 +1278,7 @@ void vobsub_seek(void * vobhandle, float pts)
queue->current_index = 0;
while ((queue->packets + queue->current_index)->pts100 < seek_pts100)
++queue->current_index;
if (queue->current_index > 0);
if (queue->current_index > 0)
--queue->current_index;
}
}