From 1f8b1eb740391941e79e1004ad041f8178a2b674 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 20 Feb 2020 18:11:08 +0100 Subject: Allow utf8 symbols as omemo/pgp/otr indicator char Fix https://github.com/profanity-im/profanity/issues/1264 --- tests/unittests/ui/stub_ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unittests') diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index c60ebc08..f9f8a201 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -532,7 +532,7 @@ void win_show_subwin(ProfWin *window) {} void win_refresh_without_subwin(ProfWin *window) {} void win_refresh_with_subwin(ProfWin *window) {} -void win_println(ProfWin *window, theme_item_t theme, const char ch, const char *const message, ...) +void win_println(ProfWin *window, theme_item_t theme, const char *ch, const char *const message, ...) { va_list args; va_start(args, message); @@ -541,7 +541,7 @@ void win_println(ProfWin *window, theme_item_t theme, const char ch, const char va_end(args); } -void win_print(ProfWin *window, theme_item_t theme_item, const char ch, const char *const message, ...) {} +void win_print(ProfWin *window, theme_item_t theme_item, const char *ch, const char *const message, ...) {} void win_appendln(ProfWin *window, theme_item_t theme_item, const char *const message, ...) {} char* win_get_title(ProfWin *window) -- cgit 1.4.1-2-gfad0