From 4587bccc839b48993aee969c4427beae1c813af7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 10 Jan 2008 15:28:15 +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 dc73bb71..a53eca5a 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.14.2 - 21 December 2007, by Pascal "Pixel" Rigaux - urpmi: diff --git a/urpmf b/urpmf index 6445b9b3..b3961a6d 100755 --- a/urpmf +++ b/urpmf @@ -153,7 +153,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