Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c6cae9c

Browse files
committed
Use correct close function for UNumberFormat
1 parent 1133fbc commit c6cae9c

File tree

1 file changed

+1
-1
lines changed
  • src/corefx/System.Globalization.Native

1 file changed

+1
-1
lines changed

src/corefx/System.Globalization.Native/holders.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct UNumberFormatCloser
7474
{
7575
void operator()(UNumberFormat* pNumberFormat) const
7676
{
77-
udat_close(pNumberFormat);
77+
unum_close(pNumberFormat);
7878
}
7979
};
8080

0 commit comments

Comments
 (0)