[Image-SIG] PIL patch

Daniel Arbuckle djarb at highenergymagic.org
Mon May 16 22:52:52 CEST 2005


The following patch should be applied to OleFileIO.py:

298c298
<             if ix == 0xFFFFFFFEL or x == 0xFFFFFFFFL:
---
>             if ix == 0xFFFFFFFEL or ix == 0xFFFFFFFFL:


More information about the Image-SIG mailing list