diff options
author | Thomas Morper <thomas@beingboiled.info> | 2010-05-13 00:59:29 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:59:29 +0200 |
commit | e86b7fd9c4586b3a5bede62545dfe3492225d231 (patch) | |
tree | f59479a0c02f31f3a5a5afbe3624098fce08a0ee /misc/par2cmdline/patches/offset.patch | |
parent | 2f5dc57999e3794f9b4d41a27e5673d287e0c45d (diff) |
misc/par2cmdline: Added to 13.0 repository
Diffstat (limited to 'misc/par2cmdline/patches/offset.patch')
-rw-r--r-- | misc/par2cmdline/patches/offset.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/par2cmdline/patches/offset.patch b/misc/par2cmdline/patches/offset.patch new file mode 100644 index 0000000000000..6539280668071 --- /dev/null +++ b/misc/par2cmdline/patches/offset.patch @@ -0,0 +1,16 @@ +--- par2cmdline-0.4.orig/par2creatorsourcefile.cpp 2004-04-15 14:45:23.000000000 +0100 ++++ par2cmdline-0.4/par2creatorsourcefile.cpp 2005-09-29 02:27:43.000000000 +0100 +@@ -213,11 +213,12 @@ + } + } + ++ offset += want; ++ + if (noiselevel > CommandLine::nlQuiet) + { + // Display progress + u32 oldfraction = (u32)(1000 * offset / filesize); +- offset += want; + u32 newfraction = (u32)(1000 * offset / filesize); + if (oldfraction != newfraction) + { |