projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bbed91b
)
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
patch
|
blob
|
blame
|
history
diff --git
a/pp_hot.c
b/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;