From: Gurusamy Sarathy Date: Mon, 26 Jul 1999 12:33:11 +0000 (+0000) Subject: typo in change#3768 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eda383f202c9baaca6fdea3cf178e40686e8a3bb;p=p5sagit%2Fp5-mst-13.2.git typo in change#3768 p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b p4raw-id: //depot/perl@3772 --- diff --git a/pp_hot.c b/pp_hot.c index fd2d79a..1956d76 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -2507,7 +2507,7 @@ PP(pp_method) SV* sv = TOPs; if (SvROK(sv)) { - SV* rsv = SvRV(rsv); + SV* rsv = SvRV(sv); if (SvTYPE(rsv) == SVt_PVCV) { SETs(rsv); RETURN;