From ffd2419f346e8c9d1837fcf08c7bf452e6224ee4 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 22 Aug 2013 14:26:45 +0200 Subject: [PATCH] Bug 9312: Followup for one tab character Content-Type: text/plain; charset=utf-8 To satisfy qa tools, removing one tab somewhere.. Signed-off-by: Marcel de Rooy --- tools/picture-upload.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/picture-upload.pl b/tools/picture-upload.pl index 45889ce..a6b8011 100755 --- a/tools/picture-upload.pl +++ b/tools/picture-upload.pl @@ -351,7 +351,7 @@ sub handle_file { } else { warn "Contents of $filename corrupted!"; - # $count{count}--; + #$count{count}--; $filerrors{'CORERR'} = 1; push my @filerrors, \%filerrors; push @{ $count{filenames} }, -- 1.7.7.6