From: Steinar H. Gunderson Date: Wed, 7 Mar 2007 19:35:29 +0000 (+0000) Subject: Oops, a bug there in the space-to-array conversion. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=debbe8bbf0dfbd8264ae94b07fab46b02a16f54e Oops, a bug there in the space-to-array conversion. --- diff --git a/bugreport b/bugreport index bee423d..c528495 100755 --- a/bugreport +++ b/bugreport @@ -82,7 +82,7 @@ sub MakeBuglist() { my $header; # Flag if packagename has already been printed my $fontset; # Did we change the font? - for my $p (sort {$a->[0] <=> $b->[0]} keys %scanlib::packagelist) { + for my $p (sort {$a cmp $b} keys %scanlib::packagelist) { next if (defined $bugcfg::exclude{$p}); $header = 0; $fontset = 0;