ICU-329 Update call to ucol_openRules
X-SVN-Rev: 5479
This commit is contained in:
parent
9ec6c7dd5d
commit
812d51f735
@ -564,7 +564,7 @@ parseCollationElements(char *tag, uint32_t startline, UErrorCode *status)
|
||||
UChar *rules = NULL;
|
||||
|
||||
coll = ucol_openRules(tokenValue->fChars, tokenValue->fLength,
|
||||
UNORM_NONE, UCOL_DEFAULT_STRENGTH, &intStatus);
|
||||
UNORM_NONE, UCOL_DEFAULT_STRENGTH,NULL, &intStatus);
|
||||
|
||||
if (U_SUCCESS(intStatus) && coll != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user