pauldick    01/12/12 13:27:15

  Modified:    c/Tests/Params Params.cpp
  Log:
  Updated call to getParams
  
  Revision  Changes    Path
  1.16      +1 -1      xml-xalan/c/Tests/Params/Params.cpp
  
  Index: Params.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Params/Params.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Params.cpp        2001/12/07 20:19:32     1.15
  +++ Params.cpp        2001/12/12 21:27:15     1.16
  @@ -219,7 +219,7 @@
        // Set the program help string,  then get the command line parameters.
        //
        setHelp();      
  -     if (h.getParams(argc, argv) == true)
  +     if (h.getParams(argc, argv, "PARAMS-RESULTS") == true)
        {
                // Call the static initializers...
                HarnessInit xmlPlatformUtils;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to