]> git.pld-linux.org Git - packages/dvdbackup.git/blob - dvdbackup-ifoClose.patch
- patch moving ifoClose() call after all ifo references
[packages/dvdbackup.git] / dvdbackup-ifoClose.patch
1 --- dvdbackup-0.1/dvdbackup.c.orig      2007-09-07 15:26:20.000000000 +0000
2 +++ dvdbackup-0.1/dvdbackup.c   2007-09-07 15:26:48.000000000 +0000
3 @@ -748,9 +748,6 @@
4         }
5  
6  
7 -       /* Close the VMG ifo file we got all the info we need */
8 -        ifoClose(vmg_ifo);
9 -
10  
11         for (counter=0; counter < title_sets; counter++ ) {
12  
13 @@ -833,6 +830,9 @@
14         }
15  
16  
17 +       /* Close the VMG ifo file we got all the info we need */
18 +        ifoClose(vmg_ifo);
19 +
20         /* Lets start checking audio,sub pictures and channels my guess is namly that a special suburb will put titles with a lot of
21          chapters just to make our backup hard */
22  
This page took 0.059788 seconds and 3 git commands to generate.