From a44093a96fbebc6fd778dfaa82b165e9006382a8 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 28 Dec 2008 08:57:25 +0000 Subject: Fix typo in code not yet used. --- ext/XS/APItest/APItest.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/XS') diff --git a/ext/XS/APItest/APItest.xs b/ext/XS/APItest/APItest.xs index adee30d3dc..78ee526e1d 100644 --- 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) { -- cgit v1.2.1