Commit 168cf850 authored by Antoine Cellerier's avatar Antoine Cellerier

[14752] improved, by Daniel Stranger.

parent 7eddca67
...@@ -333,7 +333,8 @@ static int ParseLine( demux_t *p_demux, char *psz_line, char *psz_data, ...@@ -333,7 +333,8 @@ static int ParseLine( demux_t *p_demux, char *psz_line, char *psz_data,
psz_bol++; psz_bol++;
if( !strncasecmp( psz_bol, "http://", sizeof("http://") -1 ) ) if( !strncasecmp( psz_bol, "http://", sizeof("http://") -1 ) )
{ {
psz_bol[0] = 'm'; psz_bol[1] = 'm'; psz_bol[2] = 's'; psz_bol[3] = '/'; psz_bol++;
psz_bol[0] = 'm'; psz_bol[1] = 'm'; psz_bol[2] = 's';
} }
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment