ICU-7264 fix broken call, sending NULL for new parameter

X-SVN-Rev: 28812
This commit is contained in:
Steven R. Loomis 2010-10-13 17:23:01 +00:00
parent 69866a3d5d
commit 0c6ec18878

View file

@ -1296,7 +1296,7 @@ UCATableHeader *ucol_assembleTailoringTable(UColTokenParser *src, UErrorCode *st
utrie_enum(&t->UCA->mapping, NULL, _processUCACompleteIgnorables, t);
// add tailoring characters related canonical closures
uprv_uca_canonicalClosure(t, src, status);
uprv_uca_canonicalClosure(t, src, NULL, status);
/* still need to produce compatibility closure */