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
..
2006-04-25 13:02:28 -05:00
2006-04-05 11:50:56 -05:00
2006-06-27 09:45:06 -05:00
2006-10-11 22:55:06 -05:00
2006-03-30 13:06:58 -05:00
2006-05-03 16:53:32 -05:00
2006-04-05 11:50:56 -05:00
2001-03-14 21:55:33 -05:00