Commit 3d23a7a3 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix data type: Compiler warning

parent 1e9a9408
......@@ -129,7 +129,7 @@ static int Open( vlc_object_t *p_this )
}
else
{
const char *psz_localname = ToLocale( p_access->psz_name );
char *psz_localname = ToLocale( p_access->psz_name );
char *psz_tmp, *psz_tmp2, *psz_rewriten;
int fd, i, i_length = strlen( psz_localname );
for( i = 0, psz_tmp = psz_localname ;
......
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