From e1143e85b339f28c00f2682c326a1ff8d92a91e7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 17 Nov 2014 08:24:59 +0100 Subject: move PUTBACK in branch --- URPM.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URPM.xs b/URPM.xs index aac4b43..14327e8 100644 --- a/URPM.xs +++ b/URPM.xs @@ -2450,8 +2450,8 @@ Db_traverse_tag_find(db,tag,name,callback) if (count == 1) { SV* ret = POPs; found = SvTRUE(ret); + PUTBACK; } - PUTBACK; if (found) { break; } -- cgit v1.2.1