projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1e9bd11
)
Fix typo in code not yet used.
Nicholas Clark [Sun, 28 Dec 2008 08:57:25 +0000 (08:57 +0000)]
ext/XS/APItest/APItest.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/XS/APItest/APItest.xs
b/ext/XS/APItest/APItest.xs
index
adee30d
..
78ee526
100644
(file)
--- a/
ext/XS/APItest/APItest.xs
+++ b/
ext/XS/APItest/APItest.xs
@@
-450,7
+450,7
@@
common(params)
if ((svp = hv_fetchs(params, "val", 0)))
val = *svp;
if ((svp = hv_fetchs(params, "hash", 0)))
- action = SvUV(*svp);
+ hash = SvUV(*svp);
result = (HE *)hv_common(hv, keysv, key, klen, flags, action, val, hash);
if (!result) {