Document PERL_INSTALL_ROOT of #7210.
[p5sagit/p5-mst-13.2.git] / utf8.c
diff --git a/utf8.c b/utf8.c
index c077182..a713ea1 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -116,7 +116,7 @@ Perl_is_utf8_char(pTHX_ U8 *s)
     if (!(u & 0x40))
        return 0;
 
-    len = UTF8SKIP(u);
+    len = UTF8SKIP(s);
 
     slen = len - 1;
     s++;