This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Perl_langinfo() for non-nl_langinfo() systems
authorKarl Williamson <khw@cpan.org>
Sun, 25 Feb 2018 19:51:59 +0000 (12:51 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 25 Feb 2018 20:03:45 +0000 (13:03 -0700)
commitd1b150d9136b2bfacd23a52dfd12315b0896e8f7
tree69f63765eb25cbb070cc88b33af99b158c593965
parent013f4e0383e9c5115a28838e882eb9cb8a7aeaed
Fix Perl_langinfo() for non-nl_langinfo() systems

Commit 628ff75a4a7ac013dad43df7a53fcb55bf758ed7 caused the return value
to not be set for some paths through the function on platforms, like
Windows, that don't have nl_langinfo()
locale.c