The shift key is important.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 28 Jan 2002 13:41:18 +0000 (13:41 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 28 Jan 2002 13:41:18 +0000 (13:41 +0000)
p4raw-id: //depot/perl@14466

ext/B/B.xs

index c731c98..155c3da 100644 (file)
@@ -297,7 +297,7 @@ cchar(pTHX_ SV *sv)
     else if (*s == '\\')
        sv_catpv(sstr, "\\\\");
 #ifdef EBCDIC
-    else if (isPRINT(8s))
+    else if (isPRINT(*s))
 #else
     else if (*s >= ' ' && *s < 127)
 #endif /* EBCDIC */