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

Remove useless casts

parent 924ed95f
......@@ -889,7 +889,7 @@ void Execute( httpd_file_sys_t *p_args,
char *p;
int i_copy;
p = (char *)strstr( (char *)src, "<vlc" );
p = strstr( src, "<vlc" );
if( p < end && p == src )
{
macro_t m;
......
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