dbertoni    01/05/17 12:30:56

  Modified:    c/Tests/PerfT perft.cpp
  Log:
  Fixed bug with parsed source.
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- perft.cpp 2001/05/17 18:24:48     1.1
  +++ perft.cpp 2001/05/17 19:30:51     1.2
  @@ -477,7 +477,7 @@
                                // Time the parsing of the input XML and report 
the results..
                                //
                                startTime = clock();
  -                                      XalanParsedSource*  parsedSource = 
xalan.parseSource(xslInputSource);
  +                                      XalanParsedSource*  parsedSource = 
xalan.parseSource(xmlInputSource);
                                endTime = clock();
                                //      assert(glbSourceXML != 0);
   
  
  
  

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

Reply via email to