Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin authored Jan 28, 2025
1 parent f68df95 commit 240910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/test/intltest/rbbitst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ void RBBIMonkeyKind::setText(const UnicodeString &s) {
printf("Failed to resolve at %zu between U+%04X and U+%04X ", i, s.char32At(i - 1),
s.char32At(i));
if (resolved[i].indexInRemapped.has_value()) {
printf("which is remapped %zu between U+%04X and U+%04X", *resolved[i].indexInRemapped,
printf("which is remapped %d between U+%04X and U+%04X", *resolved[i].indexInRemapped,
remapped.char32At(*resolved[i].indexInRemapped - 1),
remapped.char32At(*resolved[i].indexInRemapped));
}
Expand Down

0 comments on commit 240910b

Please sign in to comment.