From 797a8dfb452ed8b48da3d9f174cae761b2c1d87d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 10 Jan 2008 15:27:46 +0000 Subject: - urpmf o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory (was fixed for multitags, but not for simple tags) --- NEWS | 4 ++++ urpmf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 515c23d6..e688c221 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +- urpmf + o fix an *old* bug (since december 2002) making urpmf keeps parsed + hdlist files in memory (was fixed for multitags, but not for simple tags) + Version 4.10.20 - 21 December 2007, by Pascal "Pixel" Rigaux - urpmi: diff --git a/urpmf b/urpmf index d8d375fb..1d527641 100755 --- a/urpmf +++ b/urpmf @@ -152,7 +152,7 @@ if ($multitag) { ($proto, $sprintfargs) = ('$proto_cooked', '$mt'); } -my $next_st = $multitag ? 'next' : 'return 1'; +my $next_st = $multitag ? 'next' : 'return 0'; my @inner = ( 'local $_;', "\$_ = sprintf(qq{$proto}, $sprintfargs);", -- cgit v1.2.1