Revert f6b8103b78 for add.c

ITS#7325
This commit is contained in:
Quanah Gibson-Mount 2012-07-26 14:01:34 -07:00
parent 5302323a7f
commit 95ade24a5a

View File

@ -35,7 +35,7 @@ perl_back_add(
PUSHMARK(sp);
XPUSHs( perl_back->pb_obj_ref );
XPUSHs(sv_2mortal(newSVpv( entry2str( op->ora_e, &len ), len )));
XPUSHs(sv_2mortal(newSVpv( entry2str( op->ora_e, &len ), 0 )));
PUTBACK;