Philip M. Gollucci [Mon, 18 Sep 2006 01:30:05 +0000 (18:30 -0700)]
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Message-ID: <
450E590D.1060205@p6m7g8.com>
p4raw-id: //depot/perl@28865
case SVt_PVBM:
if (SvGMAGICAL(sstr) && (flags & SV_GMAGIC)) {
mg_get(sstr);
- if ((int)SvTYPE(sstr) != stype) {
+ if (SvTYPE(sstr) != stype) {
stype = SvTYPE(sstr);
if (stype == SVt_PVGV && dtype <= SVt_PVGV) {
glob_assign_glob(dstr, sstr, dtype);