Detypo.
Jarkko Hietaniemi [Fri, 14 Dec 2001 04:10:37 +0000 (04:10 +0000)]
p4raw-id: //depot/perl@13682

utf8.c

diff --git a/utf8.c b/utf8.c
index f11bc3a..75226ca 100644 (file)
--- 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;