diff options
Diffstat (limited to 'test/th5d.c')
-rw-r--r-- | test/th5d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/th5d.c b/test/th5d.c index b977ce7..6a26250 100644 --- a/test/th5d.c +++ b/test/th5d.c @@ -189,7 +189,7 @@ static void test_h5d_basic_read(void) CHECK(oid1,FAIL,"H5Mfind_name"); did1=H5Maccess(oid1); - CHECK(sid1,FAIL,"H5Maccess"); + CHECK(did1,FAIL,"H5Maccess"); ret=H5Dget_info(did1,&tid1,&sid1); CHECK(ret,FAIL,"H5Pset_space"); |