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

index adee30d..78ee526 100644 (file)
@@ -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) {