Commit 79db0f28 authored by Felix Paul Kühne's avatar Felix Paul Kühne

libdvdnav: updated patch

parent db60e23c
Index: src/vm/vm.c Index: src/vm/vm.c
=================================================================== ===================================================================
--- src/vm/vm.c (revision 1136) --- src/vm/vm.c (revision 1199)
+++ src/vm/vm.c (working copy) +++ src/vm/vm.c (working copy)
@@ -146,12 +146,11 @@ @@ -172,12 +172,11 @@
fd = open(device, O_RDONLY); fd = open(device, O_RDONLY);
if (fd > 0) { if (fd > 0) {
off = lseek( fd, 32 * (off_t) DVD_VIDEO_LB_LEN, SEEK_SET ); off = lseek( fd, 32 * (off_t) DVD_VIDEO_LB_LEN, SEEK_SET );
...@@ -17,7 +17,7 @@ Index: src/vm/vm.c ...@@ -17,7 +17,7 @@ Index: src/vm/vm.c
if((data[i] == 0)) break; if((data[i] == 0)) break;
if((data[i] > 32) && (data[i] < 127)) { if((data[i] > 32) && (data[i] < 127)) {
fprintf(MSG_OUT, "%c", data[i]); fprintf(MSG_OUT, "%c", data[i]);
@@ -159,10 +158,12 @@ @@ -185,10 +184,12 @@
fprintf(MSG_OUT, " "); fprintf(MSG_OUT, " ");
} }
} }
...@@ -35,7 +35,7 @@ Index: src/vm/vm.c ...@@ -35,7 +35,7 @@ Index: src/vm/vm.c
fprintf(MSG_OUT, "%c", data[i]); fprintf(MSG_OUT, "%c", data[i]);
Index: Makefile.am Index: Makefile.am
=================================================================== ===================================================================
--- Makefile.am (revision 1136) --- Makefile.am (revision 1199)
+++ Makefile.am (working copy) +++ Makefile.am (working copy)
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
include $(top_srcdir)/misc/Makefile.common include $(top_srcdir)/misc/Makefile.common
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment