Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö
2010-03-08 09:05:03 +00:00
parent c5c6e67c28
commit f984dcf6dd
7 changed files with 18 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ static int gopher_open(URLContext *h, const char *uri, int flags)
/* needed in any case to build the host string */
ff_url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port,
path, sizeof(path), uri);
path, sizeof(path), uri);
if (port < 0)
port = 70;