Refactor win_print_outgoing_muc_msg()

We never use the printf like behaviour anyways.
This commit is contained in:
Michael Vetter
2020-02-17 12:03:23 +01:00
parent f13ea11f95
commit 6e68f1812b
3 changed files with 7 additions and 15 deletions

View File

@@ -521,7 +521,7 @@ mucwin_outgoing_msg(ProfMucWin *mucwin, const char *const message, const char *c
ch = prefs_get_omemo_char();
}
win_print_outgoing_muc_msg(window, ch, mynick, id, replace_id, "%s", message);
win_print_outgoing_muc_msg(window, ch, mynick, id, replace_id, message);
// save last id and message for LMC
if (id) {