diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-14 04:10:37 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-14 04:10:37 +0000 |
commit | a58d912c5262ef3032191d4aea207683577527bb (patch) | |
tree | 439d49a4f74d353887158bea1e247226ca0a53a3 /utf8.c | |
parent | d90824e8c60f2fd870fd888b4d870ebe54c3eeb1 (diff) | |
download | perl-a58d912c5262ef3032191d4aea207683577527bb.tar.gz |
Detypo.
p4raw-id: //depot/perl@13682
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1247,7 +1247,7 @@ Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp,char *normal return 0; } } - if *lenp) + if (lenp) *lenp = UNISKIP(uv); uvuni_to_utf8(ustrp, uv); return uv; |