diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-06-06 15:56:09 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-06-07 09:55:51 -0600 |
commit | bfdf22ecfe7cf92546a7f989d23ce76679360abd (patch) | |
tree | 11389bcae9a70ab5a6a32afc96866de4d5d3f38d /utf8.c | |
parent | cbe07460d443564aea40e4397ab55080aab2d0b9 (diff) | |
download | perl-bfdf22ecfe7cf92546a7f989d23ce76679360abd.tar.gz |
utf8.c: White-space only
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2428,8 +2428,8 @@ Perl_to_utf8_case(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp, /* Here, there was no mapping defined, which means that the code point maps * to itself. Return the inputs */ - len = UTF8SKIP(p); - Copy(p, ustrp, len, U8); + len = UTF8SKIP(p); + Copy(p, ustrp, len, U8); if (lenp) *lenp = len; |