Unverified Commit 510384ee authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

...

parent 2421b099
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++;
	}