mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-5602 Fix a compiler warning from last change.
X-SVN-Rev: 21135
This commit is contained in:
parent
f3632ae430
commit
a558657ad5
1 changed files with 1 additions and 1 deletions
|
@ -4828,7 +4828,7 @@ ucol_calcSortKey(const UCollator *coll,
|
|||
} else {
|
||||
prevBuffSize = minBufferSize;
|
||||
|
||||
uint32_t frenchStartOffset, frenchEndOffset;
|
||||
uint32_t frenchStartOffset = 0, frenchEndOffset = 0;
|
||||
if (frenchStartPtr != NULL) {
|
||||
frenchStartOffset = frenchStartPtr - secStart;
|
||||
frenchEndOffset = frenchEndPtr - secStart;
|
||||
|
|
Loading…
Add table
Reference in a new issue