summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 5aa94159..b74fd1f1 100755
--- a/urpmf
+++ b/urpmf
@@ -124,7 +124,7 @@ my %usedtags;
(my $proto = $qf) =~ s/%([-\d]*)(\w+)/%${1}s/g;
my $sprintfargs = join(', ', map {
- $usedtags{$1} = 1;
+ $usedtags{$_} = 1;
if ($_ eq 'media') {
'$urpm::currentmedia->{name}';
} elsif ($_ eq 'fullname') {