hdf5/c++
Albert Cheng e065eee4a8 [svn-r12751] Purpose:
Bug fix (related to 544)

Description:
h5_get_file_size() was coded to return 0 if failed but
file size can be 0.  Changed the failure return value to -1
which is allowed by the returned type of off_t which is a signed
type.
Also changed the checking code of the stat call to just == 0
since that is how it is defined.

Test:
Could test it in heping only.  Both Sol and Copper failed to
compiled due to error in the Direct IO VFD code.
2006-10-11 22:55:06 -05:00
..
examples [svn-r12741] Added support for direct I/O to check-vfd. The direct VFD is only tested 2006-10-10 15:47:24 -05:00
src [svn-r12741] Added support for direct I/O to check-vfd. The direct VFD is only tested 2006-10-10 15:47:24 -05:00
test [svn-r12751] Purpose: 2006-10-11 22:55:06 -05:00
COPYING [svn-r12640] 2006-09-04 13:30:13 -05:00
Makefile.am [svn-r12143] Purpose: 2006-03-23 09:22:34 -05:00
Makefile.in [svn-r12741] Added support for direct I/O to check-vfd. The direct VFD is only tested 2006-10-10 15:47:24 -05:00