[vlc-devel] This is patches of vlc-1.2.0-git
Rémi Denis-Courmont
remi at remlab.net
Thu Jan 6 17:46:55 CET 2011
Hello,
Le jeudi 6 janvier 2011 15:15:45 김정은, vous avez écrit :
> Second
>
> /src/text/strings.c
>
> char *make_URI (const char *path, const char *scheme)
>
> LineNo. 1062
>
> Orignal code is
> if (path[0] != DIR_SEP_CHAR)
> I change like this.
> if (path[0] != DIR_SEP_CHAR && path[0] != '/')
> And erase LineNo 1122
> // assert (path[0] == DIR_SEP_CHAR);
>
> Because when qt4 add a new play file, DIR_SEP_CHAR is '/' not '\\'.
> When you add full path filename, it return NULL.
> This part only problem in Windows.
That sounds like a bug in the Qt4 plugin or perhaps in the playlist, not in
the URI builder.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list