| PNGtools 0.4 |
Wow, this is a blast from the past. When I wrote the pngchunks command in 2003, I had never seen a 64 bit machine, and knew enough to check that an int was the right size, but not enough to just use the guaranteed-to-be-32-bit version from day 1. I'd pretty much forgotten about this code until I got pinged about this Debian bug. The bug reporter is entirely right, this was lame.
PNGtools 0.4 should be 64 bit safe. The pngchunks command works on my 64 bit machines at least.
posted at: 15:16 | path: /pngtools | permanent link to this entry
-
#1
Doug Jackson
Ahh - but is it 128 or 256 bit safe!
In reality, you created some code that was written for an environment, and recognised that it was not in that environment. It aborted gracefully - I dont consider that a bug at all.
:-)
