ICU-900 Fixed some compiler warnings.

X-SVN-Rev: 8706
This commit is contained in:
George Rhoten 2002-05-24 23:30:25 +00:00
parent e16e1636eb
commit eed554706d

View File

@ -595,7 +595,7 @@ static UBool convertFile(const char *pname,
if (flush && !willexit && cbufp != (buf + rd)) {
char pos[32];
sprintf(pos, "%u", infoffset);
UnicodeString str(pos, (uprv_strlen(pos) + 1));
UnicodeString str(pos, (int32_t)(uprv_strlen(pos) + 1));
initMsg(pname);
u_wmsg(stderr, "premEndInput", str.getBuffer());
willexit = 1;