[vlc-devel] commit: Fix previous commit (thanks jb). ( Rémi Duraffort )

git version control git at videolan.org
Wed Aug 13 21:33:54 CEST 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Aug 13 21:35:25 2008 +0200| [66741df4106e6abe132fed6739933d6522637178] | committer: Rémi Duraffort 

Fix previous commit (thanks jb).

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

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

diff --git a/src/modules/cache.c b/src/modules/cache.c
index dc7ed96..c497dea 100644
--- a/src/modules/cache.c
+++ b/src/modules/cache.c
@@ -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;




More information about the vlc-devel mailing list