summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-02-23 20:33:53 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-02-23 20:33:53 (GMT)
commit42e08b4a1a3456144a1464de12f3167a5d771b84 (patch)
tree1c63563aef06efa3c50324d34eb7bc3a1e15b149 /Makefile.in
parent62a48e03ecafc93d55ca3515d945999729b0dca8 (diff)
downloadhdf5-42e08b4a1a3456144a1464de12f3167a5d771b84.zip
hdf5-42e08b4a1a3456144a1464de12f3167a5d771b84.tar.gz
hdf5-42e08b4a1a3456144a1464de12f3167a5d771b84.tar.bz2
[svn-r10069] Purpose: Bug fix
Description: On some Cray, size of "short" is 8 byte but only the low-order 4 byte are ever used(precision 4 byte). The "perm" in struct "detect_t" contains `-1' for bytes that aren't used, making detection of order invalid in function print_results(). Solution: Use a "for" loop to search through "perm" find the first non "-1" element, and use it to decide the byte order of the machine. Platforms tested: Cray SV1 and fuss - limited change.
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions