This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Display the correct char in msg
authorKarl Williamson <khw@cpan.org>
Wed, 13 Jul 2022 22:48:44 +0000 (16:48 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 13 Jul 2022 22:50:13 +0000 (16:50 -0600)
commitf1b080c58b98b34a57d70db7c09ac94e3f68ca06
tree4629b9978143654cf2e6223c45ae37266665946c
parent049fa7e074038c8a15e0149a518b726a0b8ab9ff
locale.c: Display the correct char in msg

The print was displaying the character prior to the one in error, due to
thinking the input ptr had been incremented when it hadn't
locale.c