mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 23:46:21 +00:00
Refactor win_print_outgoing()
We never use the printf like behaviour anyways.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user