summaryrefslogtreecommitdiffstats
path: root/misc/par2cmdline/patches/offset.patch
diff options
context:
space:
mode:
author Thomas Morper <thomas@beingboiled.info>2014-03-11 07:23:26 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-03-12 12:42:50 -0500
commit574724696f8780450e27b16576e304d67513f1a0 (patch)
treed4c1f3daea260f842df06d4d92570ba1b06cac3d /misc/par2cmdline/patches/offset.patch
parent7ef7a202a10673cdfc17da234b988ac2ce9ae355 (diff)
downloadslackbuilds-574724696f8780450e27b16576e304d67513f1a0.tar.gz
slackbuilds-574724696f8780450e27b16576e304d67513f1a0.tar.xz
misc/par2cmdline: Updated for version 0.6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/par2cmdline/patches/offset.patch')
-rw-r--r--misc/par2cmdline/patches/offset.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/par2cmdline/patches/offset.patch b/misc/par2cmdline/patches/offset.patch
deleted file mode 100644
index 6539280668..0000000000
--- a/misc/par2cmdline/patches/offset.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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)
- {