SOURCES: dvdbackup-ifoClose.patch (NEW) - patch moving ifoClose() ...

jajcus jajcus at pld-linux.org
Fri Sep 7 17:33:27 CEST 2007


Author: jajcus                       Date: Fri Sep  7 15:33:27 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch moving ifoClose() call after all ifo references

---- Files affected:
SOURCES:
   dvdbackup-ifoClose.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dvdbackup-ifoClose.patch
diff -u /dev/null SOURCES/dvdbackup-ifoClose.patch:1.1
--- /dev/null	Fri Sep  7 17:33:27 2007
+++ SOURCES/dvdbackup-ifoClose.patch	Fri Sep  7 17:33:21 2007
@@ -0,0 +1,22 @@
+--- dvdbackup-0.1/dvdbackup.c.orig	2007-09-07 15:26:20.000000000 +0000
++++ dvdbackup-0.1/dvdbackup.c	2007-09-07 15:26:48.000000000 +0000
+@@ -748,9 +748,6 @@
+ 	}
+ 
+ 
+-	/* Close the VMG ifo file we got all the info we need */
+-        ifoClose(vmg_ifo);
+-
+ 
+ 	for (counter=0; counter < title_sets; counter++ ) {
+ 
+@@ -833,6 +830,9 @@
+ 	}
+ 
+ 
++	/* Close the VMG ifo file we got all the info we need */
++        ifoClose(vmg_ifo);
++
+ 	/* Lets start checking audio,sub pictures and channels my guess is namly that a special suburb will put titles with a lot of
+ 	 chapters just to make our backup hard */
+ 
================================================================


More information about the pld-cvs-commit mailing list