Commit ee472de4 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

missed a fprintf debug.

parent 5e07008c
......@@ -375,7 +375,6 @@ void input_item_SetURI( input_item_t *p_i, const char *psz_uri )
if( !b_path && p_i->psz_name )
decode_URI( p_i->psz_name );
}
else if( p_i->i_type == ITEM_TYPE_FILE ) fprintf(stderr, "A FILE, but ALREADY HAS A NAME" );
/* The name is NULL: fill it with everything except login and password */
if( !p_i->psz_name )
......
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