summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorIan Phillipps <Ian.Phillipps@iname.com>1999-07-12 13:30:05 +0100
committerGurusamy Sarathy <gsar@cpan.org>1999-07-17 18:23:55 +0000
commited72c9b2cc089405b7114e36bdfa032f474df109 (patch)
treeda1efa1cb1ce023c38c9f71afb98172601810a85 /doop.c
parent97923a5576ed52e03ef1ed009103897ed5f423ad (diff)
downloadperl-ed72c9b2cc089405b7114e36bdfa032f474df109.tar.gz
fix vec() on magic values
Message-ID: <19990712123005.A11355@homer.diplex.co.uk> Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003]. p4raw-id: //depot/perl@3680
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doop.c b/doop.c
index e31af50064..ad626ca6d3 100644
--- a/doop.c
+++ b/doop.c
@@ -746,6 +746,7 @@ Perl_do_vecset(pTHX_ SV *sv)
s[offset+3] = lval & 255;
}
}
+ SvSETMAGIC(targ);
}
void