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 22:40:30 UTC

cvs commit: xml-xalan/c/src/ICUBridge ICUBridgeCollationCompareFunctor.cpp

dbertoni    01/09/26 13:40:30

  Modified:    c/src/ICUBridge ICUBridgeCollationCompareFunctor.cpp
  Log:
  32/64-bit fixes.
  
  Revision  Changes    Path
  1.18      +1 -1      xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctor.cpp
  
  Index: ICUBridgeCollationCompareFunctor.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctor.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ICUBridgeCollationCompareFunctor.cpp	2001/08/20 22:10:29	1.17
  +++ ICUBridgeCollationCompareFunctor.cpp	2001/09/26 20:40:30	1.18
  @@ -150,7 +150,7 @@
   			const XalanDOMChar*		theLocale,
   			UErrorCode&				theStatus)
   {
  -	const unsigned int	theLength = length(theLocale);
  +	const XalanDOMString::size_type		theLength = length(theLocale);
   
   	if (theLength >= ULOC_FULLNAME_CAPACITY)
   	{
  
  
  

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