]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/iotest/trnstst.c
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / test / iotest / trnstst.c
index be32143e79e97cdc4c5fecdbd968a0214563425c..b82e79df4fc263a832a01352c6b0f6b061880563 100644 (file)
@@ -193,7 +193,7 @@ static void TestTranslitFileOut(void)
         return;
     }
 
-    len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
+    len= (int)fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
     log_verbose("Read %d UChars\n", len);
     if(len != u_strlen(compare))
     {