summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-04-18 21:24:29 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-04-18 21:24:29 (GMT)
commit96a96fafaab1ca15bec0bcc447aee8c658ce6944 (patch)
treeb228ec2257c20c9fa8891f49f9cc815791ee928d /Makefile.am
parenta7c7fbfdf98d13c8ccbdd3be472270a1ae5c4cb2 (diff)
downloadhdf5-96a96fafaab1ca15bec0bcc447aee8c658ce6944.zip
hdf5-96a96fafaab1ca15bec0bcc447aee8c658ce6944.tar.gz
hdf5-96a96fafaab1ca15bec0bcc447aee8c658ce6944.tar.bz2
[svn-r20548] Fixed bug in test/vfd.c (HDFFV-5936) that caused STDIO VFD test to fail on some platforms.
The problem was that the test was a clone of the SEC2 test. The SEC2 test accepts a file descriptor (int) via a void pointer from H5Fget_vfd_handle() whereas the STDIO test needs to accept a FILE pointer. Storing the FILE pointer in an integer failed on some systems. The STDIO test now stores the file handle in FILE pointer and checks it for NULL instead of < 0.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions