Commit c75c32cb authored by Rémi Duraffort's avatar Rémi Duraffort

Remove dummy test.

parent 88214271
...@@ -167,9 +167,7 @@ int playlist_FindArtInCache( input_item_t *p_item ) ...@@ -167,9 +167,7 @@ int playlist_FindArtInCache( input_item_t *p_item )
{ {
char *psz_file; char *psz_file;
if( asprintf( &psz_file, "%s" DIR_SEP "%s", if( asprintf( &psz_file, "%s" DIR_SEP "%s",
psz_path, psz_filename ) < 0 ) psz_path, psz_filename ) != -1 )
psz_file = NULL;
if( psz_file )
{ {
char *psz_uri = make_URI( psz_file ); char *psz_uri = make_URI( psz_file );
if( psz_uri ) if( psz_uri )
......
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