diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-12-15 15:11:00 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-12-15 15:11:00 (GMT) |
commit | f6429a3f5483100f08b40eb1d06daacc012313cb (patch) | |
tree | 3f4d6f1b06663bd366f12753c81d19780a192b6b /test/dsets.c | |
parent | 42095e406453b52ff3f0f1118b4f01c9b0908b9e (diff) | |
parent | ae8e3348cfee076ddb1b1e24b5e4486481686cc5 (diff) | |
download | hdf5-f6429a3f5483100f08b40eb1d06daacc012313cb.zip hdf5-f6429a3f5483100f08b40eb1d06daacc012313cb.tar.gz hdf5-f6429a3f5483100f08b40eb1d06daacc012313cb.tar.bz2 |
[svn-r28660] merge from trunk.
Diffstat (limited to 'test/dsets.c')
-rw-r--r-- | test/dsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c index 3560aea..47d8185 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -9081,7 +9081,7 @@ main(void) { char filename[FILENAME_BUF_SIZE]; hid_t file, grp, fapl, fapl2; - hbool_t new_format; + unsigned new_format; int mdc_nelmts; size_t rdcc_nelmts; size_t rdcc_nbytes; |