-t taint warnings
[p5sagit/p5-mst-13.2.git] / 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;