pauldick    01/12/12 13:26:55

  Modified:    c/Tests/Memory Stressmem.cpp
  Log:
  Updated call to getParams
  
  Revision  Changes    Path
  1.17      +1 -1      xml-xalan/c/Tests/Memory/Stressmem.cpp
  
  Index: Stressmem.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Memory/Stressmem.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Stressmem.cpp     2001/12/07 20:19:22     1.16
  +++ Stressmem.cpp     2001/12/12 21:26:55     1.17
  @@ -136,7 +136,7 @@
        // Set the program help string,  then get the command line parameters.
        //
        setHelp();
  -     if (h.getParams(argc, argv) == true)
  +     if (h.getParams(argc, argv, "MEM-RESULTS") == true)
        {
                // Get the list of Directories that are below perf
                const FileNameVectorType        dirs = 
h.getDirectoryNames(h.args.base);
  
  
  

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

Reply via email to