pauldick 01/12/12 13:26:35
Modified: c/Tests/InputSource inputsource.cpp
Log:
Updated call to getParams
Revision Changes Path
1.11 +1 -1 xml-xalan/c/Tests/InputSource/inputsource.cpp
Index: inputsource.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/InputSource/inputsource.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- inputsource.cpp 2001/12/07 20:19:12 1.10
+++ inputsource.cpp 2001/12/12 21:26:35 1.11
@@ -327,7 +327,7 @@
// Set the program help string, then get the command line parameters.
//
setHelp();
- if (h.getParams(argc, argv) == true)
+ if (h.getParams(argc, argv, "INPUTSOURCE-RESULTS") == true)
{
// Generate and Initialize Unique result logfile, and get drive
designation
//
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]