From: Mike Smith Date: Wed, 14 Jul 2004 03:03:09 +0000 (+0000) Subject: Propogate fix (from chris, to the website) back to the original copy of the X-Git-Tag: v1.3.3~537 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=885ab727299107692cc5eca18ec928588cd572ff;p=platform%2Fupstream%2Flibvorbis.git Propogate fix (from chris, to the website) back to the original copy of the documentation. We need a better way to keep docs in sync, editing the website copy is definitely a bad idea. svn path=/trunk/vorbis/; revision=7112 --- diff --git a/doc/vorbisfile/example.html b/doc/vorbisfile/example.html index 3d28e1a..eca62e0 100644 --- a/doc/vorbisfile/example.html +++ b/doc/vorbisfile/example.html @@ -143,7 +143,7 @@ Here's the read loop:

 
   while(!eof){
-    long ret=ov_read(&vf,pcmout,sizeof(pcmout),¤t_section);
+    long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,¤t_section);
     if (ret == 0) {
       /* EOF */
       eof=1;