diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-19 17:09:09 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-19 17:09:09 +0200 |
commit | 2421b0999c499dcdf1c8528f7fb5710fbab045a6 (patch) | |
tree | 5b264577482d53f56a6d943ef66487a063501ac1 /lib/Travelynx/Command | |
parent | 8b62a94e1e3b6a61030dd20982d50d017397e4e9 (diff) |
derp2.17.14
Diffstat (limited to 'lib/Travelynx/Command')
-rw-r--r-- | lib/Travelynx/Command/stats.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travelynx/Command/stats.pm b/lib/Travelynx/Command/stats.pm index 214abfd..45c34af 100644 --- a/lib/Travelynx/Command/stats.pm +++ b/lib/Travelynx/Command/stats.pm @@ -35,6 +35,7 @@ sub refresh_all { if ( $i == $total or ( $i % 10 ) == 0 ) { printf( "%.f%% complete", $i * 100 / $total ); } + $i++; } } |