Commit eb112528 authored by Rémi Duraffort's avatar Rémi Duraffort Committed by Jean-Baptiste Kempf

cache: fix f71b33de

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 916c0647
...@@ -400,7 +400,7 @@ error: ...@@ -400,7 +400,7 @@ error:
#define SAVE_FLAG(a) \ #define SAVE_FLAG(a) \
do { \ do { \
char b = (a); \ char b = (a); \
LOAD_IMMEDIATE(b); \ SAVE_IMMEDIATE(b); \
} while (0) } while (0)
static int CacheSaveString (FILE *file, const char *str) static int CacheSaveString (FILE *file, const char *str)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment