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/10/04 10:23:57 UTC

cvs commit: xml-xalan/c/src/XPath FormatterStringLengthCounter.cpp

dbertoni    2002/10/04 01:23:57

  Modified:    c/src/XPath FormatterStringLengthCounter.cpp
  Log:
  Implement counting.
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xalan/c/src/XPath/FormatterStringLengthCounter.cpp
  
  Index: FormatterStringLengthCounter.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/FormatterStringLengthCounter.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FormatterStringLengthCounter.cpp	4 Oct 2002 06:57:27 -0000	1.1
  +++ FormatterStringLengthCounter.cpp	4 Oct 2002 08:23:57 -0000	1.2
  @@ -114,8 +114,9 @@
   void
   FormatterStringLengthCounter::characters(
   			const XMLCh* const	/* chars */,
  -			const unsigned int	/* length */)
  +			const unsigned int	length)
   {
  +	m_count += length;
   }
   
   
  
  
  

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