File dont-mask-vars-560891.patch of Package whohas
Description: Remove a double-declaration of @dates
Author: Jonathan Wiltshire <debian@jwiltshire.org.uk>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560891
Forwarded: phi1ipp@yahoo.com
---
program/whohas | 1 -
1 file changed, 1 deletion(-)
--- whohas-0.23.orig/program/whohas
+++ whohas-0.23/program/whohas
@@ -1085,7 +1085,6 @@
my @dates;
my @urls;
my @sizes;
- my @dates;
my $indicator = 0;
for (my $i = 100; $i < @lines; $i++) { # 100 is a compromise between safety and efficiency
if ($lines[$i] =~ /<td class='data/) {