diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-02-01 13:52:12 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-02-01 14:19:40 +0100 |
commit | 4c662acf957502af186aa631d185d6edca709e15 (patch) | |
tree | e4e92f6618783da5b5720c269dc7bf97968f882d /src/fe-common | |
parent | 12360fb2c06b8f11db6a7348426851fac8de8a93 (diff) | |
download | irssi-4c662acf957502af186aa631d185d6edca709e15.zip |
another replaces fix
Credit to OSS-Fuzz
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/core/themes.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-common/core/themes.c b/src/fe-common/core/themes.c index 99dc90bc..acb5d1c7 100644 --- a/src/fe-common/core/themes.c +++ b/src/fe-common/core/themes.c @@ -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; } |