mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-14 11:14:44 +00:00
indent
Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7ef55085f0
commit
5cc9253f35
@ -2966,7 +2966,7 @@ void url_split(char *proto, int proto_size,
|
|||||||
if(!ls)
|
if(!ls)
|
||||||
ls = strchr(p, '?');
|
ls = strchr(p, '?');
|
||||||
if(ls)
|
if(ls)
|
||||||
av_strlcpy(path, ls, path_size);
|
av_strlcpy(path, ls, path_size);
|
||||||
else
|
else
|
||||||
ls = &p[strlen(p)]; // XXX
|
ls = &p[strlen(p)]; // XXX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user