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/26 23:46:27 UTC

cvs commit: xml-xalan/c/src/PlatformSupport StringTokenizer.cpp

dbertoni    01/09/26 14:46:27

  Modified:    c/src/PlatformSupport StringTokenizer.cpp
  Log:
  32/64-bit fixes.
  
  Revision  Changes    Path
  1.8       +2 -2      xml-xalan/c/src/PlatformSupport/StringTokenizer.cpp
  
  Index: StringTokenizer.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/StringTokenizer.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StringTokenizer.cpp	2001/09/26 14:10:31	1.7
  +++ StringTokenizer.cpp	2001/09/26 21:46:27	1.8
  @@ -287,8 +287,8 @@
   
   
   
  -unsigned int
  -StringTokenizer::FindNextDelimiterIndex(unsigned int	theStartIndex) const
  +XalanDOMString::size_type
  +StringTokenizer::FindNextDelimiterIndex(XalanDOMString::size_type	theStartIndex) const
   {
   	bool						fTokenFound = false;
   
  
  
  

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