Index: modules/portlib/src/main/native/port/shared/hystr.c =================================================================== --- modules/portlib/src/main/native/port/shared/hystr.c (revision 529521) +++ modules/portlib/src/main/native/port/shared/hystr.c (working copy) @@ -699,7 +699,7 @@ { if (buf) { - if (actualPrecision >= 0) + if ((I_32)actualPrecision >= 0) { buf[length] = '0'; }