OSDN Git Service

fix regression in setlocale for LC_ALL with per-category setting
authorRich Felker <dalias@aerifal.cx>
Sat, 3 Nov 2018 00:40:24 +0000 (20:40 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 3 Nov 2018 00:40:24 +0000 (20:40 -0400)
commit04e18b61dfde85e34ddea15e4a7d49f24c47bb73
treeb66c1d65cc64cf4b15b106cb924e393abf1bf36a
parent79f653c6bc2881dd6855299c908a442f56cb7c2b
fix regression in setlocale for LC_ALL with per-category setting

commit d88e5dfa8b989dafff4b748bfb3cba3512c8482e inadvertently changed
the argument pased to __get_locale from part (the current ;-delimited
component) to name (the full string).
src/locale/setlocale.c