From: RĂ©mi Denis-Courmont Date: Mon, 1 Feb 2010 17:52:18 +0000 (+0200) Subject: No need to create a directory to write the cache anymore X-Git-Tag: 1.1.0-ff~567 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e71a4f984868b1d3f48d95c03285a06371624476;p=vlc No need to create a directory to write the cache anymore --- diff --git a/src/modules/cache.c b/src/modules/cache.c index 046f997f55..ba3b6f4108 100644 --- a/src/modules/cache.c +++ b/src/modules/cache.c @@ -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;