projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aae9cea
)
Oops, missed an sv_force_normal()
Steve Peters [Sat, 29 Oct 2005 14:33:30 +0000 (14:33 +0000)]
p4raw-id: //depot/perl@25877
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
06ec4af
..
ec4dcd3
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-2797,7
+2797,7
@@
S_restore_magic(pTHX_ const void *p)
/* While magic was saved (and off) sv_setsv may well have seen
this SV as a prime candidate for COW. */
if (SvIsCOW(sv))
- sv_force_normal(sv);
+ sv_force_normal_flags(sv, 0);
#endif
if (mgs->mgs_flags)