Skip to content

Commit abf6c80

Browse files
committed
Fix ListValue
1 parent df5e654 commit abf6c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icu4c/source/test/intltest/messageformat2test_custom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ message2::ListValue::ListValue(const Locale& locale,
583583
return;
584584
}
585585

586-
FunctionOptionsMap opt = options.getOptions();
586+
FunctionOptionsMap opt = opts.getOptions();
587587
UListFormatterType type = UListFormatterType::ULISTFMT_TYPE_AND;
588588
if (hasStringOption(opt, "type", "OR")) {
589589
type = UListFormatterType::ULISTFMT_TYPE_OR;

0 commit comments

Comments
 (0)