mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-7264 fix broken call, sending NULL for new parameter
X-SVN-Rev: 28812
This commit is contained in:
parent
69866a3d5d
commit
0c6ec18878
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue