]> git.sesse.net Git - vlc/commit
Fixed an issue where http:// was being appended to certain inputs.
authorAustin Burrow <atburrow@gmail.com>
Tue, 30 Mar 2010 16:57:14 +0000 (11:57 -0500)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 31 Mar 2010 09:02:34 +0000 (12:02 +0300)
commit5cad8b519c2eac1b92e09b62465c891ea652996f
tree48693d57a1fc407b667cb1db1cf598dd0def8ae8
parent52ce2e5ff8859fcd52c49b4fb8bc8ef1ff4210e0
Fixed an issue where http:// was being appended to certain inputs.

The issue started because VLC would append http:// on any unknown
protocol address. This "feature" has been removed because it caused
users a headache.  Users would try to manually enter an address for,
let's say, udp:// and VLC would then handle it has http://udp://.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/gui/macosx/open.m