summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 31fb499d..b40ff2aa 100755
--- a/urpmf
+++ b/urpmf
@@ -332,7 +332,7 @@ if ($needed_media_info{hdlist}) {
if (m!^<!) {
($fn) = /fn="(.*)"/;
} elsif (%s) {
- $fn or $urpm->{fatal}("fast algorithm is broken, please report a bug");
+ $fn or $urpm->{fatal}(1, "fast algorithm is broken, please report a bug");
my $pkg = urpm::xml_info_pkg->new({ fn => $fn });
print $pkg->name, ':', $_;
}