http://rpg.hamsterrepublic.com/bugzilla/show_bug.cgi?id=830

--- Comment #7 from Mike Caron <[email protected]> 2010-04-05 21:58:32 PDT 
---
It just ocurred to me that ReadVLI and WriteVLI are flawed, and have never
worked correctly for values > 63 (well, > 32, due to another bug, but the
premise is also flawed)

WriteVLI writes out the value starting with the low 6 bits, and then every
group of 7 bits above that.

However, ReadVLI reads it the other way, assuming that the first 6 bits it
reads are the *high* six bits!

Oops.

Give me a bit of time to rework these functions, so they actually work...

-- 
Configure bugmail: 
http://rpg.hamsterrepublic.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to