mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
another replaces fix
Credit to OSS-Fuzz
This commit is contained in:
parent
12360fb2c0
commit
4c662acf95
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user