diff --git a/icu4c/source/tools/genrb/parse.c b/icu4c/source/tools/genrb/parse.c index 6538c7229e3..92a5235b4f8 100644 --- a/icu4c/source/tools/genrb/parse.c +++ b/icu4c/source/tools/genrb/parse.c @@ -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) {