summaryrefslogtreecommitdiff
path: root/graphics/dvdbackup/patches
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2003-02-02 14:49:31 +0000
committerwulf <wulf@pkgsrc.org>2003-02-02 14:49:31 +0000
commit1ab3c085060604d76cf340cae0b2b15adf5935a6 (patch)
tree3e97c003c2f15f6f290651ae6b7d583490f1592a /graphics/dvdbackup/patches
parentb255d103ead201b03cf62e613f82a90315a8fc52 (diff)
downloadpkgsrc-1ab3c085060604d76cf340cae0b2b15adf5935a6.tar.gz
Initial import of dvdbackup-0.1.1, a DVD backup utility.
Diffstat (limited to 'graphics/dvdbackup/patches')
-rw-r--r--graphics/dvdbackup/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/dvdbackup/patches/patch-aa b/graphics/dvdbackup/patches/patch-aa
new file mode 100644
index 00000000000..dd72db5de86
--- /dev/null
+++ b/graphics/dvdbackup/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/02/02 14:49:31 wulf Exp $
+
+--- dvdbackup.c.orig Mon Feb 3 09:56:44 2003
++++ dvdbackup.c Mon Feb 3 09:57:09 2003
+@@ -782,7 +782,7 @@
+ to consider the second one a feature title we are doing two checks (biggest + biggest - second) /second == 1
+ and biggest%second * 3 < biggest */
+
+- if ( CheckSizeArray(size_size_array, 0, 1) == 1 ) {
++ if ( title_sets > 1 && CheckSizeArray(size_size_array, 0, 1) == 1 ) {
+ /* We have a dual DVD with two feature films - now lets see if they have the same amount of chapters*/
+
+ chapters_1 = 0;