about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-17 12:03:23 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-17 12:03:23 +0100
commit6e68f1812bd5260fa2d833ede300b228d7224851 (patch)
tree81964f5dc3083c809a8f497c1d1d7db994802505 /src/ui/mucwin.c
parentf13ea11f955ce080e9b7947b62658ba4ee9e3f3a (diff)
downloadprofani-tty-6e68f1812bd5260fa2d833ede300b228d7224851.tar.gz
Refactor win_print_outgoing_muc_msg()
We never use the printf like behaviour anyways.
Diffstat (limited to 'src/ui/mucwin.c')
-rw-r--r--src/ui/mucwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index f1e05cac..beb4a4e1 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -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) {