You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/09/05 03:38:53 UTC

cvs commit: xml-xalan/c/src/XalanSourceTree FormatterToSourceTree.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org