diff options
author | wulf <wulf> | 2003-02-02 14:49:31 +0000 |
---|---|---|
committer | wulf <wulf> | 2003-02-02 14:49:31 +0000 |
commit | 0f527a86cf501d39389156c61ea6dc35744ecb92 (patch) | |
tree | 3e97c003c2f15f6f290651ae6b7d583490f1592a /graphics/dvdbackup/patches | |
parent | 6ea7be488a276cb70e212323b3c44a9466536228 (diff) | |
download | pkgsrc-0f527a86cf501d39389156c61ea6dc35744ecb92.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-aa | 13 |
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; |