From 812d51f7356c838bab7618754b713c1a8cf79dfd Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Thu, 16 Aug 2001 01:03:17 +0000 Subject: [PATCH] ICU-329 Update call to ucol_openRules X-SVN-Rev: 5479 --- icu4c/source/tools/genrb/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {