Commit ef3e60d4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

hds: missing const qualifier

parent 16acc6a9
......@@ -221,7 +221,7 @@ static int Read( stream_t *, void *, unsigned );
static int Peek( stream_t *, const uint8_t **, unsigned );
static int Control( stream_t *, int , va_list );
static inline bool isFQUrl( char* url )
static inline bool isFQUrl( const char* url )
{
return ( NULL != vlc_strcasestr( url, "https://") ||
NULL != vlc_strcasestr( url, "http://" ) );
......
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