[vlc-commits] cache: fix f71b33de

Rémi Duraffort git at videolan.org
Mon Jan 28 09:55:35 CET 2013


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Jan 28 09:44:42 2013 +0100| [eb11252880154a05e215c0f6bee0c5646419c620] | committer: Jean-Baptiste Kempf

cache: fix f71b33de

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/modules/cache.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/cache.c b/src/modules/cache.c
index 6129043..27f89b4 100644
--- a/src/modules/cache.c
+++ b/src/modules/cache.c
@@ -400,7 +400,7 @@ error:
 #define SAVE_FLAG(a) \
     do { \
         char b = (a); \
-        LOAD_IMMEDIATE(b); \
+        SAVE_IMMEDIATE(b); \
     } while (0)
 
 static int CacheSaveString (FILE *file, const char *str)



More information about the vlc-commits mailing list