summaryrefslogtreecommitdiffstats
path: root/tools/h5stat/h5stat_gentest.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-11-17 02:43:53 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-11-17 02:43:53 (GMT)
commitc88695da2e28ea7ccbe66f1ca53c6fa8dcc119e4 (patch)
tree75a55168f060923789c55bd53c8447f41647dcd6 /tools/h5stat/h5stat_gentest.c
parentaedecd83a1ea3142b6d608373c4cbd500d2542d5 (diff)
downloadhdf5-c88695da2e28ea7ccbe66f1ca53c6fa8dcc119e4.zip
hdf5-c88695da2e28ea7ccbe66f1ca53c6fa8dcc119e4.tar.gz
hdf5-c88695da2e28ea7ccbe66f1ca53c6fa8dcc119e4.tar.bz2
[svn-r17898] Description:
Regenerate h5stat testfile after recent corrections to object header message info. Tested on: FreeBSD/32 6.3 (duty) (too minor to require h5committest)
Diffstat (limited to 'tools/h5stat/h5stat_gentest.c')
-rw-r--r--tools/h5stat/h5stat_gentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5stat/h5stat_gentest.c b/tools/h5stat/h5stat_gentest.c
index e0ad3e2..e333128 100644
--- a/tools/h5stat/h5stat_gentest.c
+++ b/tools/h5stat/h5stat_gentest.c
@@ -59,7 +59,7 @@ static void gen_file(void)
/* Set file space handling strategy */
fcpl = H5Pcreate(H5P_FILE_CREATE);
- ret = H5Pset_file_space(fcpl, H5F_FILE_SPACE_ALL_PERSIST, 0);
+ ret = H5Pset_file_space(fcpl, H5F_FILE_SPACE_ALL_PERSIST, (hsize_t)0);
assert(ret >= 0);
/* Create dataset */