]> git.pld-linux.org Git - packages/libdvdread.git/commitdiff
- updated for 0.9.5
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Jan 2006 11:44:21 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdvdread-alpha.patch -> 1.4

libdvdread-alpha.patch

index 257efa2bd6e839b9bff407b26a00ba864d875bf7..af5f137262fb5b0a8bcb4358bbcca8aa4ed126d6 100644 (file)
@@ -1,20 +1,20 @@
---- libdvdread-0.9.3/dvdread/dvd_reader.c~     Sun May 19 17:48:41 2002
-+++ libdvdread-0.9.3/dvdread/dvd_reader.c      Mon Jun 24 18:48:31 2002
-@@ -769,7 +769,7 @@
-               off = DVDinput_seek( dvd_file->title_devs[ i ], 
-                                    (int)offset, DVDINPUT_NOFLAGS );
-                 if( off < 0 || off != (int)offset ) {
--                  fprintf( stderr, "libdvdread: Can't seek to block %d\n", 
-+                  fprintf( stderr, "libdvdread: Can't seek to block %ud\n", 
-                            offset );
-                   return off < 0 ? off : 0;
-               }
-@@ -785,7 +790,7 @@
-                 off = DVDinput_seek( dvd_file->title_devs[ i ], 
-                                    (int)offset, DVDINPUT_NOFLAGS );
-                 if( off < 0 || off != (int)offset ) {
--                  fprintf( stderr, "libdvdread: Can't seek to block %d\n", 
-+                  fprintf( stderr, "libdvdread: Can't seek to block %ud\n", 
-                            offset );
-                   return off < 0 ? off : 0;
-               }
+--- libdvdread-0.9.5/dvdread/dvd_reader.c.orig 2006-01-22 16:45:29.000000000 +0100
++++ libdvdread-0.9.5/dvdread/dvd_reader.c      2006-01-23 12:25:36.000000000 +0100
+@@ -1088,7 +1088,7 @@
+         off = dvdinput_seek( dvd_file->title_devs[ i ], (int)offset );
+         if( off < 0 || off != (int)offset ) {
+           if(dvd_file->dvd->verbose >= 1) {
+-            fprintf( stderr, "libdvdread: DVDReadBlocksPath1: Can't seek to block %d\n", 
++            fprintf( stderr, "libdvdread: DVDReadBlocksPath1: Can't seek to block %u\n", 
+                      offset );
+           }
+           return off < 0 ? off : 0;
+@@ -1105,7 +1105,7 @@
+         off = dvdinput_seek( dvd_file->title_devs[ i ], (int)offset );
+         if( off < 0 || off != (int)offset ) {
+           if(dvd_file->dvd->verbose >= 1) {
+-            fprintf( stderr, "libdvdread: DVDReadBlocksPath2: Can't seek to block %d\n", 
++            fprintf( stderr, "libdvdread: DVDReadBlocksPath2: Can't seek to block %u\n", 
+                      offset );
+           }
+           return off < 0 ? off : 0;
This page took 0.029666 seconds and 4 git commands to generate.