[vlc-devel] commit: No need to create a directory to write the cache anymore ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Feb 1 18:52:34 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb  1 19:52:18 2010 +0200| [e71a4f984868b1d3f48d95c03285a06371624476] | committer: Rémi Denis-Courmont 

No need to create a directory to write the cache anymore

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e71a4f984868b1d3f48d95c03285a06371624476
---

 src/modules/cache.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/modules/cache.c b/src/modules/cache.c
index 046f997..ba3b6f4 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;




More information about the vlc-devel mailing list