Another xine patch

This commit is contained in:
David Sansome 2010-02-13 18:57:29 +00:00
parent e1880477e8
commit f0ad94ce71
1 changed files with 11 additions and 0 deletions

11
dist/windows/xine-input_file.patch vendored Normal file
View File

@ -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) {