ICU-1851 Fix uninitialized memory

X-SVN-Rev: 13324
This commit is contained in:
George Rhoten 2003-10-06 21:05:04 +00:00
parent d91245b24c
commit 6154b69b6c

View file

@ -809,6 +809,7 @@ write_uca_table(const char *filename,
opts->caseLevel = UCOL_OFF; /* do we have an extra case level */
opts->normalizationMode = UCOL_OFF; /* attribute for normalization */
opts->hiraganaQ = UCOL_OFF; /* attribute for JIS X 4061, used only in Japanese */
opts->numericCollation = UCOL_OFF;
myD->jamoSpecial = FALSE;
tempUCATable *t = uprv_uca_initTempTable(myD, opts, NULL, IMPLICIT_TAG, LEAD_SURROGATE_TAG, status);