--HG-- branch : pmacs2
@ -537,7 +537,7 @@ class Binary32Buffer(FileBuffer):
if groupdiv >= self.numgroups:
return None
bytemod = (cx + self.bytepad) % bytespace
bytemod = (cx + self.bytepad - groupdiv) % bytespace
if bytemod == 0: