summaryrefslogtreecommitdiffstats
path: root/src/H5MMprivate.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-30 19:57:18 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-30 19:57:18 (GMT)
commit9e9c406effc1e3c156a311493b165bcc9a2ac38e (patch)
treecd9ed1c0a4f94a7ff6154b575d19339dce5fc995 /src/H5MMprivate.h
parentdc8e89d465711256c7022df017a354a2c4fa61e9 (diff)
downloadhdf5-9e9c406effc1e3c156a311493b165bcc9a2ac38e.zip
hdf5-9e9c406effc1e3c156a311493b165bcc9a2ac38e.tar.gz
hdf5-9e9c406effc1e3c156a311493b165bcc9a2ac38e.tar.bz2
[svn-r3875] Purpose:
Bug Fix Description: The --enable-static-exec flag was failing on Linux systems. The reason: a "long long" type was growing by some obscene amount if you just add 1 to it (tis truth!). In one statement, it prints out the correct value. Add one to it and print it out in the next statement and it gives you a very large number. This would, in turn, cause the resulting memcpy to fail... Solution: Changed the variable from "hsize_t" to "intn" which is what the field it's getting is typed anyway. Platforms tested: Linux
Diffstat (limited to 'src/H5MMprivate.h')
0 files changed, 0 insertions, 0 deletions