From 46cd0e08382636f0541e96f17bc8ca7b6256124c Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 14 Aug 2004 16:03:49 -0500 Subject: [svn-r9086] Purpose: Bug fix Description: Updated it to use the new TestParseCmdLine() syntax. Platforms tested: "h5committested" and in eirene with threadsafe enabled. --- test/ttsafe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ttsafe.c b/test/ttsafe.c index f7f661a..0a4bb34 100644 --- a/test/ttsafe.c +++ b/test/ttsafe.c @@ -100,7 +100,7 @@ int main(int argc, char *argv[]) TestInfo(argv[0]); /* Parse command line arguments */ - TestParseCmdLine(argc,argv,&Summary,&CleanUp); + TestParseCmdLine(argc,argv,&Summary,&CleanUp,NULL); /* Perform requested testing */ PerformTests(); -- cgit v0.12