ICU-4331 Make sure that the right name is used.
X-SVN-Rev: 17096
This commit is contained in:
parent
7d6a0f8973
commit
8be124aaa3
@ -1466,7 +1466,7 @@ static const struct {
|
||||
3, /* count */
|
||||
0, /* Reserved */
|
||||
{ /* TOC structure */
|
||||
{ "OffsetTOCAppData/a/gOffsetTOCAppDataItem1", &gOffsetTOCAppDataItem1 },
|
||||
{ "OffsetTOCAppData/a/b", &gOffsetTOCAppDataItem1 },
|
||||
{ "OffsetTOCAppData/gOffsetTOCAppDataItem1", &gOffsetTOCAppDataItem1 },
|
||||
{ "OffsetTOCAppData/gOffsetTOCGarbage", &gOffsetTOCGarbage }
|
||||
}
|
||||
@ -1501,7 +1501,7 @@ static void PointerTableOfContents() {
|
||||
}
|
||||
udata_close(dataItem);
|
||||
|
||||
dataItem = udata_open("OffsetTOCAppData-a", "", "gOffsetTOCAppDataItem1", &status);
|
||||
dataItem = udata_open("OffsetTOCAppData-a", "", "b", &status);
|
||||
if (U_FAILURE(status)) {
|
||||
log_err("FAIL: gOffsetTOCAppDataItem1 in tree \"a\" could not be opened. status = %s\n", u_errorName(status));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user