diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-19 17:14:37 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-19 17:14:37 +0200 |
commit | 510384ee7136faf6128c2e744032c329239231e8 (patch) | |
tree | c24de9e400ef8b65147d8439ec10e9eaf8b4f170 /lib/Travelynx/Command | |
parent | 2421b0999c499dcdf1c8528f7fb5710fbab045a6 (diff) |
...2.17.15
Diffstat (limited to 'lib/Travelynx/Command')
-rw-r--r-- | lib/Travelynx/Command/stats.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/stats.pm b/lib/Travelynx/Command/stats.pm index 45c34af..953c75d 100644 --- a/lib/Travelynx/Command/stats.pm +++ b/lib/Travelynx/Command/stats.pm @@ -33,7 +33,7 @@ sub refresh_all { write_only => 1, ); if ( $i == $total or ( $i % 10 ) == 0 ) { - printf( "%.f%% complete", $i * 100 / $total ); + printf( "%.f%% complete\n", $i * 100 / $total ); } $i++; } |