typo in change#3768
Gurusamy Sarathy [Mon, 26 Jul 1999 12:33:11 +0000 (12:33 +0000)]
p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b

p4raw-id: //depot/perl@3772

pp_hot.c

index fd2d79a..1956d76 100644 (file)
--- 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;