ICU-813 Fix for the C API, which uses va_args.
X-SVN-Rev: 13786
This commit is contained in:
parent
a13fbc5a18
commit
67ca88a2e7
@ -1205,7 +1205,7 @@ MessageFormat::makeFormat(int32_t formatNumber,
|
||||
fmt = NumberFormat::createPercentInstance(fLocale, ec);
|
||||
break;
|
||||
case 3: // integer
|
||||
argType = Formattable::kInt64;
|
||||
argType = Formattable::kLong;
|
||||
fmt = createIntegerFormat(fLocale, ec);
|
||||
break;
|
||||
default: // pattern
|
||||
|
Loading…
Reference in New Issue
Block a user