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 2003/08/26 20:58:46 UTC

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

dbertoni    2003/08/26 11:58:46

  Modified:    c/src/xalanc/XMLSupport FormatterToText.cpp
  Log:
  Fixed bugzilla 22729.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.cpp
  
  Index: FormatterToText.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FormatterToText.cpp	29 Jun 2003 03:57:59 -0000	1.1
  +++ FormatterToText.cpp	26 Aug 2003 18:58:46 -0000	1.2
  @@ -214,7 +214,7 @@
   #if defined(XALAN_NEWLINE_IS_CRLF)
   			if (m_normalize == false)
   			{
  -				m_writer->write(XalanUnicode::charLF);
  +				m_writer->write(chars[i]);
   			}
   			else
   			{
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org