Commit 03823a40 authored by Rémi Duraffort's avatar Rémi Duraffort

Typo.

parent e60a9038
......@@ -354,7 +354,7 @@ void input_item_SetURI( input_item_t *p_i, const char *psz_uri )
{
vlc_mutex_lock( &p_i->lock );
#ifndef NDEBUG
if( !strstr( psz_uri, "://" || strstr( psz_uri, " " ) || strstr( psz_uri, "\") ))
if( !strstr( psz_uri, "://" ) || strstr( psz_uri, " " ) || strstr( psz_uri, "\"" ) )
fprintf( stderr, "input_item_SetURI() was likely called with a path. FIXME\n" );
#endif
......
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