icu/icu.8011.buildfix.patch

12 lines
401 B
Diff
Raw Normal View History

2010-10-04 14:31:25 +00:00
--- icu/source/test/intltest/numfmtst.cpp 2010-10-04 15:16:58.000000000 +0100
+++ icu/source/test/intltest/numfmtst.cpp 2010-10-04 15:22:37.000000000 +0100
@@ -6144,7 +6144,7 @@
)
{
errln("ERROR: parse failed - expected 123.0, 3 - returned %d, %i",
- result.getDouble(), parsePos);
+ result.getDouble(), parsePos.getErrorIndex());
}
}