blob: b275a374dfb6ebf5cac39c6e2df893ac282470a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- par2creatorsourcefile.cpp.orig 2009-03-10 07:10:35.860499029 +0000
+++ par2creatorsourcefile.cpp 2009-03-10 07:12:53.111712521 +0000
@@ -224,6 +224,10 @@
cout << newfraction/10 << '.' << newfraction%10 << "%\r" << flush;
}
}
+ else
+ {
+ offset += want;
+ }
}
// Did we finish the last block
|