summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-20 00:47:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-20 00:47:17 +0000
commit563aca73f1f51dd4b10089896b544a6ae41316cb (patch)
tree11463755af3a947b580964d01973ecdca4d7c34a /gv.c
parent5268fa5e42057e14becd41f2d5ad225f678c4747 (diff)
downloadperl-563aca73f1f51dd4b10089896b544a6ae41316cb.tar.gz
Surely a typo.
p4raw-id: //depot/perl@15349
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index 6fd5ff75df..5b32b0d9f8 100644
--- 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;
}