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 2001/09/27 00:02:43 UTC

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

dbertoni    01/09/26 15:02:43

  Modified:    c/src/XMLSupport FormatterToHTML.cpp
  Log:
  32/64-bit fixes.
  
  Revision  Changes    Path
  1.63      +5 -5      xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp
  
  Index: FormatterToHTML.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- FormatterToHTML.cpp	2001/09/25 21:13:17	1.62
  +++ FormatterToHTML.cpp	2001/09/26 22:02:43	1.63
  @@ -517,11 +517,11 @@
   
   bool
   FormatterToHTML::accumDefaultEntity(
  -		XalanDOMChar		ch,
  -		unsigned int		i,
  -		const XalanDOMChar	chars[],
  -		unsigned int		len,
  -		bool				escLF)
  +		XalanDOMChar				ch,
  +		XalanDOMString::size_type	i,
  +		const XalanDOMChar			chars[],
  +		XalanDOMString::size_type	len,
  +		bool						escLF)
   {
   	if(FormatterToXML::accumDefaultEntity(ch, i, chars, len, escLF) == false)
   	{	
  
  
  

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