From b85668183bfbd4a5ecec72d48827de63c491ff01 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 27 Oct 2005 10:27:57 +0000 Subject: Remove encoding kludge --- urpm.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index d655b861..db1c0ddd 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1615,8 +1615,7 @@ this could happen if you mounted manually the directory when creating the medium if (-e "$urpm->{cachedir}/partial/$basename" && -s _ > 32 && $retrieved_md5sum) { $urpm->{log}(N("computing md5sum of retrieved source hdlist (or synthesis)")); unless (md5sum("$urpm->{cachedir}/partial/$basename") eq $retrieved_md5sum) { - #- XXX kludge. forced to do this to avoid double encoding under utf-8 locales, even with -CL - $urpm->{error}(N("...retrieving failed: %s", "") . N("md5sum mismatch")); + $urpm->{error}(N("...retrieving failed: md5sum mismatch")); unlink "$urpm->{cachedir}/partial/$basename"; } } -- cgit v1.2.1