ICU-329 Update call to ucol_openRules

X-SVN-Rev: 5479
This commit is contained in:
Ram Viswanadha 2001-08-16 01:03:17 +00:00
parent 9ec6c7dd5d
commit 812d51f735

View File

@ -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)
{