dbertoni    00/07/25 07:45:42

  Modified:    c/src/XMLSupport FormatterToXML.cpp
  Log:
  Reduced default buffer size.
  
  Revision  Changes    Path
  1.21      +1 -1      xml-xalan/c/src/XMLSupport/FormatterToXML.cpp
  
  Index: FormatterToXML.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToXML.cpp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- FormatterToXML.cpp        2000/06/30 21:30:27     1.20
  +++ FormatterToXML.cpp        2000/07/25 14:45:38     1.21
  @@ -125,7 +125,7 @@
   bool                                         
FormatterToXML::s_javaEncodingIsISO = false; 
   
   
  -const FormatterToXML::DOMCharBufferType::size_type   
FormatterToXML::s_maxBufferSize = 1024;
  +const FormatterToXML::DOMCharBufferType::size_type   
FormatterToXML::s_maxBufferSize = 512;
   
   
   FormatterToXML::FormatterToXML(
  
  
  

Reply via email to