mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 01:59:24 +01:00
Another xine patch
This commit is contained in:
parent
e1880477e8
commit
f0ad94ce71
11
dist/windows/xine-input_file.patch
vendored
Normal file
11
dist/windows/xine-input_file.patch
vendored
Normal 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) {
|
Loading…
x
Reference in New Issue
Block a user