aboutsummaryrefslogtreecommitdiffstats
path: root/stats.pl
diff options
context:
space:
mode:
Diffstat (limited to 'stats.pl')
-rwxr-xr-xstats.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.pl b/stats.pl
index bfffe07..20fee9c 100755
--- a/stats.pl
+++ b/stats.pl
@@ -44,7 +44,7 @@ my @content = split /^-+$/m, $content;
shift @content;
for my $section (@content) {
- my ($position, $user, $balance, $endpoint, $time_up, $time_maint, $time_down);
+ my ($position, $user, $balance, $endpoint, $time_up, $time_maint, $time_down) = (undef);
for my $line (split /\n/, $section) {
next if (length $line < 1);