Commit 66741df4 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix previous commit (thanks jb).

parent a021a7f9
......@@ -114,7 +114,7 @@ void CacheLoad( vlc_object_t *p_this )
}
if( asprintf( &psz_filename, "%s"DIR_SEP"%s",
psz_cachedir, CacheName() == -1 ) )
psz_cachedir, CacheName() ) == -1 )
{
free( psz_cachedir );
return;
......
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