mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-4630 NULL terminate string.
X-SVN-Rev: 18173
This commit is contained in:
parent
b90e172c19
commit
c753a1da12
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue