projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5268fa5
)
Surely a typo.
Jarkko Hietaniemi [Wed, 20 Mar 2002 00:47:17 +0000 (
00:47
+0000)]
p4raw-id: //depot/perl@15349
gv.c
patch
|
blob
|
blame
|
history
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;
}