Skip to content

gdate: Reinitialize locale information in g_date_prepare_to_parse. (backport to glib-2-58)

When g_date_set_parse was used with more than one locale it could incorrectly retain information from previous one. Reinitialize all locale specific data inside g_date_prepare_to_parse to avoid the issue.

Closes !425 (merged)

Edited by Ghost User

Merge request reports