ICU-4707 Fix some compiler warnings.

X-SVN-Rev: 19639
This commit is contained in:
George Rhoten 2006-05-22 06:03:31 +00:00
parent 09999a3f5e
commit f2ecbc7d10

View file

@ -180,6 +180,9 @@ utext_current32(UText *ut) {
UBool r = ut->access(ut, nativePosition, FALSE); // reverse iteration flag loads preceding chunk
U_ASSERT(r==TRUE);
ut->chunkOffset = originalOffset;
if(!r) {
return U_SENTINEL;
}
}
if (U16_IS_TRAIL(trail)) {