]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/iotest/filetst.c
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / test / iotest / filetst.c
index 12646e6e2fc41bc32b4517983458a4a51ee6794d..1c667e174e128e31f19220cf7a2154b76d4a068d 100644 (file)
@@ -731,7 +731,7 @@ static void TestfgetsNewLineHandling(void) {
 static void TestLineCount(const char *prefixLine, const char *line, int32_t numRepititions) {
     UChar buffer[64];
     UChar expectedBuffer[64];
-    int32_t lineLen = strlen(line);
+    int32_t lineLen = (int32_t)strlen(line);
     UChar *returnedUCharBuffer;
     int32_t repetitions;
     UFILE *myFile = NULL;