summaryrefslogtreecommitdiffstats
path: root/test/dtypes.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/dtypes.c
parent7ce2d52cf69f6f6477e0f16e9d85d67cc54d5949 (diff)
downloadhdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.zip
hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.gz
hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.bz2
[svn-r27548] Revert r27545
Diffstat (limited to 'test/dtypes.c')
-rw-r--r--test/dtypes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index 3b95d41..59cf000 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -6658,7 +6658,7 @@ test_delete_obj_named(hid_t fapl)
hid_t attr = -1; /* Attribute ID */
hid_t dset = -1; /* Dataset ID */
hid_t fapl2 = -1; /* File access property list ID */
- unsigned new_format; /* Whether to use old or new format */
+ hbool_t new_format; /* Whether to use old or new format */
char filename[1024], filename2[1024];
TESTING("deleting objects that use named datatypes");
@@ -6753,7 +6753,7 @@ test_delete_obj_named_fileid(hid_t fapl)
hid_t attr = -1; /* Attribute ID */
hid_t dset = -1; /* Dataset ID */
hid_t fapl2 = -1; /* File access property list ID */
- unsigned new_format; /* Whether to use old or new format */
+ hbool_t new_format; /* Whether to use old or new format */
char filename[1024], filename2[1024];
TESTING("deleting objects that use named datatypes");