This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: put_byte wants an ord, not a utf8 char
authorKarl Williamson <public@khwilliamson.com>
Thu, 5 Jan 2012 18:44:48 +0000 (11:44 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:37 +0000 (09:58 -0700)
commit7128c0998502479d590d0d92e174918b65224cb2
treee7cfded71ed5b356154e6220aa3f5d5631d4d7d9
parente87973a966ae3ea127fedcbc3981e42656e3a70e
regcomp.c: put_byte wants an ord, not a utf8 char

These were calling put_byte() incorrectly, with a utf8 char instead of a
the ordinal.
regcomp.c