1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00

another replaces fix

Credit to OSS-Fuzz
This commit is contained in:
ailin-nemui 2018-02-01 13:52:12 +01:00
parent 12360fb2c0
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;
}