summaryrefslogtreecommitdiffstats
path: root/test/tid.c
diff options
context:
space:
mode:
authorNat Furrer <nfurrer@ncsa.uiuc.edu>2004-07-01 14:37:12 (GMT)
committerNat Furrer <nfurrer@ncsa.uiuc.edu>2004-07-01 14:37:12 (GMT)
commit3f500747fa0f4379e8e03b82f6d679628d55a8c3 (patch)
tree330912a12e815786ffd0a3814e8b8f824fdfcb1c /test/tid.c
parent7afa78d822ea6bfbe254d63c66b3ef32e647fca0 (diff)
downloadhdf5-3f500747fa0f4379e8e03b82f6d679628d55a8c3.zip
hdf5-3f500747fa0f4379e8e03b82f6d679628d55a8c3.tar.gz
hdf5-3f500747fa0f4379e8e03b82f6d679628d55a8c3.tar.bz2
[svn-r8779]
Purpose: Fixed problem in tid.c that broke daily tests. Description: Solution: Platforms tested: Sleipnir Misc. update:
Diffstat (limited to 'test/tid.c')
-rw-r--r--test/tid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tid.c b/test/tid.c
index dc20ba3..d84f7b4 100644
--- a/test/tid.c
+++ b/test/tid.c
@@ -216,7 +216,7 @@ int id_predefined_test()
goto out;
H5E_BEGIN_TRY
- testErr = H5Inmembers(H5I_ERROR_STACK, &testInt);
+ testErr = H5Inmembers(H5I_ERROR_STACK, NULL);
H5E_END_TRY
VERIFY(testErr, -1, "H5Inmembers");