From: Nicholas Clark Date: Sun, 28 Dec 2008 08:57:25 +0000 (+0000) Subject: Fix typo in code not yet used. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a44093a96fbebc6fd778dfaa82b165e9006382a8;p=p5sagit%2Fp5-mst-13.2.git Fix typo in code not yet used. --- diff --git a/ext/XS/APItest/APItest.xs b/ext/XS/APItest/APItest.xs index adee30d..78ee526 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) {