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...@locus.apache.org on 2000/06/29 23:10:15 UTC

cvs commit: xml-xalan/c/src/XMLSupport FormatterToText.cpp

dbertoni    00/06/29 14:10:14

  Modified:    c/src/XMLSupport FormatterToText.cpp
  Log:
  Removed flushes from character-type events.
  
  Revision  Changes    Path
  1.7       +0 -2      xml-xalan/c/src/XMLSupport/FormatterToText.cpp
  
  Index: FormatterToText.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToText.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FormatterToText.cpp	2000/05/18 18:37:23	1.6
  +++ FormatterToText.cpp	2000/06/29 21:10:11	1.7
  @@ -139,7 +139,6 @@
   	try
   	{
   		m_pw.write(chars, 0, length);
  -		m_pw.flush();
   	}
   	catch(...)
   	{
  @@ -208,7 +207,6 @@
   	try
   	{
   		m_pw.write(ch, 0, length);
  -		m_pw.flush();
   	}
   	catch(...)
   	{