Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.7
-
Any big-endian system such as PPC Mac, Sparc, etc.
-
Patch Available
Description
The code for handling doubles uses pack 'd' (pack to native byte order) and then reverses the bytes. This works on little-endian systems but will produce backwards data on big-endian systems. Patch is attached.