summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-10-12 18:09:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-10-12 18:09:40 +0000
commit2d40587f8bc1d7f497b2734cc969247fa74c9ac9 (patch)
tree306c57ab313580e284474f47ac03ef565e447063 /mg.c
parentc3fbb29af1dd039d12fa65f0dc334e804a3883fc (diff)
downloadperl-2d40587f8bc1d7f497b2734cc969247fa74c9ac9.tar.gz
another test of the Emergency Broadcast System--back out
change#7202 p4raw-link: @7202 on //depot/perl: c3fbb29af1dd039d12fa65f0dc334e804a3883fc p4raw-id: //depot/perl@7203
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mg.c b/mg.c
index bec0a82f72..721cfb9c34 100644
--- a/mg.c
+++ b/mg.c
@@ -1425,8 +1425,6 @@ Perl_magic_getsubstr(pTHX_ SV *sv, MAGIC *mg)
if (rem + offs > len)
rem = len - offs;
sv_setpvn(sv, tmps + offs, (STRLEN)rem);
- if (DO_UTF8(lsv))
- SvUTF8_on(sv);
return 0;
}