Browse Source

indent

Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
5cc9253f35
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/utils.c

+ 1
- 1
libavformat/utils.c View File

@@ -2966,7 +2966,7 @@ void url_split(char *proto, int proto_size,
if(!ls)
ls = strchr(p, '?');
if(ls)
av_strlcpy(path, ls, path_size);
av_strlcpy(path, ls, path_size);
else
ls = &p[strlen(p)]; // XXX



Loading…
Cancel
Save