[xiph-commits] r7675 - trunk/ogg/src

xiphmont at motherfish-iii.xiph.org xiphmont at motherfish-iii.xiph.org
Tue Aug 31 17:34:39 PDT 2004


Author: xiphmont
Date: 2004-08-31 17:34:39 -0700 (Tue, 31 Aug 2004)
New Revision: 7675

Modified:
   trunk/ogg/src/bitwise.c
Log:
Fix for bugs 464/564



Modified: trunk/ogg/src/bitwise.c
===================================================================
--- trunk/ogg/src/bitwise.c	2004-08-31 22:14:09 UTC (rev 7674)
+++ trunk/ogg/src/bitwise.c	2004-09-01 00:34:39 UTC (rev 7675)
@@ -172,7 +172,7 @@
 
     memmove(b->ptr,source,bytes);
     b->ptr+=bytes;
-    b->buffer+=bytes;
+    b->endbyte+=bytes;
     *b->ptr=0;
 
   }



More information about the commits mailing list