ICU-4630 NULL terminate string.
X-SVN-Rev: 18173
This commit is contained in:
parent
b90e172c19
commit
c753a1da12
@ -481,7 +481,7 @@ public:
|
||||
: NFSubstitution(_pos, _ruleSet, formatter, fixdesc(description), status), denominator(_denominator)
|
||||
{
|
||||
ldenominator = util64_fromDouble(denominator);
|
||||
UChar LTLT[] = { 0x003c, 0x003c };
|
||||
UChar LTLT[] = { 0x003c, 0x003c, 0 };
|
||||
withZeros = description.endsWith(LTLT);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user