From 3f500747fa0f4379e8e03b82f6d679628d55a8c3 Mon Sep 17 00:00:00 2001 From: Nat Furrer Date: Thu, 1 Jul 2004 09:37:12 -0500 Subject: [svn-r8779] Purpose: Fixed problem in tid.c that broke daily tests. Description: Solution: Platforms tested: Sleipnir Misc. update: --- test/tid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v0.12