another replaces fix

Credit to OSS-Fuzz
This commit is contained in:
ailin-nemui 2018-02-01 13:52:12 +01:00
commit 4c662acf95

View file

@ -382,7 +382,8 @@ char *theme_format_expand_get(THEME_REC *theme, const char **format)
} else {
theme_format_append_next(theme, str, format,
reset, reset,
&dummy, &dummy, 0);
&dummy, &dummy,
EXPAND_FLAG_IGNORE_REPLACES);
continue;
}