summaryrefslogtreecommitdiffstats
path: root/test/th5o.c
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-08-21 22:44:22 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-08-21 22:44:22 (GMT)
commitab7d724ffd5749c1e3666fd1be0b92f41613af1e (patch)
treef3e820daa24477263f5fc3efd43bf459865f260b /test/th5o.c
parent7ce2d52cf69f6f6477e0f16e9d85d67cc54d5949 (diff)
downloadhdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.zip
hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.gz
hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.bz2
[svn-r27548] Revert r27545
Diffstat (limited to 'test/th5o.c')
-rw-r--r--test/th5o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/th5o.c b/test/th5o.c
index 71a486e..be3b4ab 100644
--- a/test/th5o.c
+++ b/test/th5o.c
@@ -776,7 +776,7 @@ test_h5o_link(void)
hid_t lcpl_id=-1;
hsize_t dims[2] = {TEST6_DIM1, TEST6_DIM2};
htri_t committed; /* Whether the named datatype is committed */
- unsigned new_format; /* Whether to use the new format or not */
+ hbool_t new_format; /* Whether to use the new format or not */
int wdata[TEST6_DIM1][TEST6_DIM2];
int rdata[TEST6_DIM1][TEST6_DIM2];
int i, n, j;