diff DOCS/tech/mpcf.txt @ 10827:85179ecb5a6e

10
author michael
date Sat, 06 Sep 2003 14:32:26 +0000
parents d163db068a12
children 3f716efeb27a
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt	Sat Sep 06 13:40:00 2003 +0000
+++ b/DOCS/tech/mpcf.txt	Sat Sep 06 14:32:26 2003 +0000
@@ -575,7 +575,7 @@
 		if(val>>i == 0) break;
 	}
 
-	for(i-=7; i>0; i-=8){
+	for(i-=7; i>0; i-=7){
 		*(bc->buf_ptr++)= 0x80 | (val>>i);
 	}
 	*(bc->buf_ptr++)= val&0x7F;