Initialize LC_MESSAGES at start-up
authorKarl Williamson <public@khwilliamson.com>
Sat, 15 Feb 2014 21:26:46 +0000 (14:26 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 15 Feb 2014 22:50:35 +0000 (15:50 -0700)
commita782673dfe49a0ee690389b79c29633fb303cf33
tree11272eeede24ed18d0699faa65b3d61eb3d090bf
parent49c85077ed88f31bd348f1f4811dec2fea887433
Initialize LC_MESSAGES at start-up

The code did not explicitly iinitialize LC_MESSAGES at startup, unlike
most of the other standard categories; I don't know why.

This is only an issue for those few platforms without LC_ALL, as that is
initialized, and includes LC_MESSAGES.  This commit extends the proper
initialization to those other platforms.
locale.c