aboutsummaryrefslogtreecommitdiffstats
path: root/testing/par2cmdline/par2cmdline-0.4-offset.patch
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-31 12:03:05 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-31 12:03:05 +0000
commit9976fd36fd4a3b407d201512624d694f0efe43f3 (patch)
tree11f1dbaf91180ccab7d170de4e7c12864538bb03 /testing/par2cmdline/par2cmdline-0.4-offset.patch
parent9eeba80d60902a340383bc1cfe909d5449e50e72 (diff)
downloadaports-9976fd36fd4a3b407d201512624d694f0efe43f3.tar.bz2
aports-9976fd36fd4a3b407d201512624d694f0efe43f3.tar.xz
testing/par2cmdline: move to unmaintained
Diffstat (limited to 'testing/par2cmdline/par2cmdline-0.4-offset.patch')
-rw-r--r--testing/par2cmdline/par2cmdline-0.4-offset.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/par2cmdline/par2cmdline-0.4-offset.patch b/testing/par2cmdline/par2cmdline-0.4-offset.patch
deleted file mode 100644
index 6539280668..0000000000
--- a/testing/par2cmdline/par2cmdline-0.4-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)
- {