projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0145e91
)
Fix change 25045
Steve Hay [Mon, 4 Jul 2005 09:17:06 +0000 (09:17 +0000)]
p4raw-id: //depot/perl@25062
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
6d82070
..
086ab9a
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-2217,6
+2217,7
@@
Perl_magic_set(pTHX_ SV *sv, MAGIC *mg)
case '\011': /* ^I */ /* NOT \t in EBCDIC */
Safefree(PL_inplace);
PL_inplace = SvOK(sv) ? savesvpv(sv) : Nullch;
+ break;
case '\017': /* ^O */
if (*(mg->mg_ptr+1) == '\0') {
Safefree(PL_osname);