dbertoni    2002/09/04 18:38:53

  Modified:    c/src/XalanSourceTree FormatterToSourceTree.cpp
  Log:
  Reduce start-up dynamic memory utilization.
  
  Revision  Changes    Path
  1.13      +1 -1      xml-xalan/c/src/XalanSourceTree/FormatterToSourceTree.cpp
  
  Index: FormatterToSourceTree.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanSourceTree/FormatterToSourceTree.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- FormatterToSourceTree.cpp 23 Feb 2002 04:20:14 -0000      1.12
  +++ FormatterToSourceTree.cpp 5 Sep 2002 01:38:53 -0000       1.13
  @@ -321,7 +321,7 @@
   
        processAccumulatedText();
   
  -     doProcessingInstruction(c_wstr(s_xsltNextIsRawString), 
c_wstr(s_formatterListenerString));
  +     doProcessingInstruction(s_piTarget, s_piData);
   
        characters(chars, length);
   }
  
  
  

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

Reply via email to