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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to