diff options
-rw-r--r-- | URPM.xs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |