Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > c3a98bbba9c3958996f79b724bc6de7b > files > 19

libvorbis-1.1.2-3.el5.0.src.rpm

Index: lib/vorbisfile.c
===================================================================
--- lib/vorbisfile.c	(revision 13216)
+++ lib/vorbisfile.c	(revision 13217)
@@ -1356,7 +1355,7 @@ int ov_pcm_seek_page(OggVorbis_File *vf,
 		result=_seek_helper(vf,bisect);
 		if(result) goto seek_error;
 	      }else{
-		end=result;
+		end=bisect;
 		endtime=granulepos;
 		break;
 	      }