]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/brkeng.cpp
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / common / brkeng.cpp
index 2419be5f6c5243ebbb951831850db7051aad48d2..6d1fa366983910deb5ea7fb67097e33c9daa9020 100644 (file)
@@ -1,6 +1,6 @@
 /**
  ************************************************************************************
- * Copyright (C) 2006-2007, International Business Machines Corporation and others. *
+ * Copyright (C) 2006-2009, International Business Machines Corporation and others. *
  * All Rights Reserved.                                                             *
  ************************************************************************************
  */
@@ -262,7 +262,7 @@ ICULanguageBreakFactory::loadDictionaryFor(UScriptCode script, int32_t /*breakTy
         UChar* extStart=u_strchr(dictfname, 0x002e);
         int len = 0;
         if(extStart!=NULL){
-            len = extStart-dictfname;
+            len = (int)(extStart-dictfname);
             u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff
             u_UCharsToChars(dictfname, dictnbuff, len);
         }