[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.3-174-g6c40856



The following commit has been merged in the master branch:
commit fe4fa6aa46768f2372d1fa6f1c203d178d67a703
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jan 26 12:16:06 2011 +0100

    Another reused variable name in html_reports

diff --git a/reporting/html_reports b/reporting/html_reports
index 4b142d2..8769fdc 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -474,13 +474,13 @@ for my $tag (sort keys %by_tag) {
         }
     }
 
-    my %data = (
+    my %maint_data = (
         description => $description,
         tag         => html_quote ($tag),
         code        => $info->code,
         tags        => $by_tag{$tag},
     );
-    output_template ("tags/$tag.html", $templates{tag}, \%data);
+    output_template ("tags/$tag.html", $templates{tag}, \%maint_data);
 
     $tag_statistics{$tag}{'count'} = $count;
     $tag_statistics{$tag}{'overrides'} = $overrides;

-- 
Debian package checker


Reply to: