Refactor win_print_outgoing()

We never use the printf like behaviour anyways.
This commit is contained in:
Michael Vetter
2020-02-17 11:48:50 +01:00
parent 92f6930175
commit 69d474b3a7
4 changed files with 10 additions and 19 deletions

View File

@@ -95,7 +95,7 @@ privwin_outgoing_msg(ProfPrivateWin *privwin, const char *const message)
{
assert(privwin != NULL);
win_print_outgoing((ProfWin*)privwin, '-', NULL, NULL ,"%s", message);
win_print_outgoing((ProfWin*)privwin, '-', NULL, NULL , message);
}
void