Commit e71a4f98 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

No need to create a directory to write the cache anymore

parent bdab92b9
......@@ -443,7 +443,6 @@ void CacheSave (vlc_object_t *p_this, const char *dir,
{
char *filename, *tmpname;
config_CreateDir( p_this, dir );
if (asprintf (&filename, "%s"DIR_SEP CACHENAME_FORMAT, dir,
CACHENAME_VALUES ) == -1)
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