From f0ad94ce713d9dafcab2ad2acadfb6dbe5230fe7 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 13 Feb 2010 18:57:29 +0000 Subject: [PATCH] Another xine patch --- dist/windows/xine-input_file.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dist/windows/xine-input_file.patch diff --git a/dist/windows/xine-input_file.patch b/dist/windows/xine-input_file.patch new file mode 100644 index 000000000..d7f636732 --- /dev/null +++ b/dist/windows/xine-input_file.patch @@ -0,0 +1,11 @@ +--- src/input/input_file.c~ 2010-02-13 18:29:48.000000000 +0000 ++++ src/input/input_file.c 2010-02-13 18:29:48.000000000 +0000 +@@ -362,7 +362,7 @@ + else + filename = strdup(this->mrl); /* NEVER unescape plain file names! */ + +- this->fh = open (filename, O_RDONLY|O_BINARY); ++ this->fh = open (filename+1, O_RDONLY|O_BINARY); + + if (this->fh == -1) { + if (errno == EACCES) {