options: fix URL user/password parsing
commit4575e9b66a85ab2d9fc4397f096c4633e8f034bb
authorUoti Urpala <uau@mplayer2.org>
Thu, 20 Sep 2012 23:30:24 +0000 (21 02:30 +0300)
committerUoti Urpala <uau@mplayer2.org>
Fri, 5 Oct 2012 16:19:06 +0000 (5 19:19 +0300)
tree02f16ccca2bd90c3da9d3deeededebf5a934ba97
parent03b5c5fdd68235327f7cc969f54be604d148afe4
options: fix URL user/password parsing

Code parsing the optional user/password part for some URL types given
as files to play, such as "ftp://user:password@host/filename", was
broken. Fix. I guess this isn't used much as nobody reported it
earlier.
m_option.c