pauldick 01/12/12 13:27:56 Modified: c/Tests/PerfT perft.cpp Log: Updated call to getParams Revision Changes Path 1.10 +1 -1 xml-xalan/c/Tests/PerfT/perft.cpp Index: perft.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/Tests/PerfT/perft.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perft.cpp 2001/12/07 20:19:56 1.9 +++ perft.cpp 2001/12/12 21:27:56 1.10 @@ -172,7 +172,7 @@ long iterCount; // Default number of iterations bool skip = true; // Default will skip long tests - if (h.getParams(argc, argv) == true) + if (h.getParams(argc, argv, "PERFT-RESULTS") == true) { // // Call the static initializers for xerces and xalan, and create a transformer
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]