summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-14 04:10:37 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-14 04:10:37 +0000
commita58d912c5262ef3032191d4aea207683577527bb (patch)
tree439d49a4f74d353887158bea1e247226ca0a53a3 /utf8.c
parentd90824e8c60f2fd870fd888b4d870ebe54c3eeb1 (diff)
downloadperl-a58d912c5262ef3032191d4aea207683577527bb.tar.gz
Detypo.
p4raw-id: //depot/perl@13682
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index f11bc3a742..75226ca0ee 100644
--- a/utf8.c
+++ b/utf8.c
@@ -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;