Unverified Commit 2421b099 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

derp

parent 8b62a94e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ sub refresh_all {
		if ( $i == $total or ( $i % 10 ) == 0 ) {
			printf( "%.f%% complete", $i * 100 / $total );
		}
		$i++;
	}
}