vlc | branch: master | Rémi Duraffort <[email protected]> | Mon Jan 28 09:44:42 2013 +0100| [eb11252880154a05e215c0f6bee0c5646419c620] | committer: Jean-Baptiste Kempf
cache: fix f71b33de Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
