mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
another replaces fix
Credit to OSS-Fuzz
This commit is contained in:
parent
12360fb2c0
commit
4c662acf95
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue