diff options
Diffstat (limited to 'archivers/par2cmdline/files')
-rw-r--r-- | archivers/par2cmdline/files/patch-par2creatorsourcefile.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/par2cmdline/files/patch-par2creatorsourcefile.cpp b/archivers/par2cmdline/files/patch-par2creatorsourcefile.cpp new file mode 100644 index 000000000000..b275a374dfb6 --- /dev/null +++ b/archivers/par2cmdline/files/patch-par2creatorsourcefile.cpp @@ -0,0 +1,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 |