This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Surely a typo.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Mar 2002 00:47:17 +0000 (00:47 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Mar 2002 00:47:17 +0000 (00:47 +0000)
p4raw-id: //depot/perl@15349

gv.c

diff --git a/gv.c b/gv.c
index 6fd5ff7..5b32b0d 100644 (file)
--- a/gv.c
+++ b/gv.c
@@ -1821,7 +1821,7 @@ Perl_is_gv_magical(pTHX_ char *name, STRLEN len, U32 flags)
        break;
     case '\017':   /* $^O & $^OPEN */
        if (len == 1
-           || (len == 4 && strEQ(name, "\027PEN")))
+           || (len == 4 && strEQ(name, "\017PEN")))
        {
            goto yes;
        }