fix bindtextdomain logic error deactivating other domains
commit01e6bbece2bdcac243cdb8dff6916f2bb80a19e1
authorRich Felker <dalias@aerifal.cx>
Sun, 29 Jan 2017 05:11:23 +0000 (29 00:11 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 29 Jan 2017 05:11:23 +0000 (29 00:11 -0500)
tree8db96e32b675b6c2505ae1c8df6ef8c140f227d1
parent6894f8472614e22c76820b6469d2551d17e024ed
fix bindtextdomain logic error deactivating other domains

this loop was only supposed to deactivate other bindings for the same
text domain name, but due to copy-and-paste error, deactivated all
other bindings.

patch by He X.
src/locale/dcngettext.c