mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 18:16:21 +00:00
Rename win_vprint -> win_printf
This commit is contained in:
@@ -227,7 +227,7 @@ chatwin_recipient_gone(ProfChatWin *chatwin)
|
||||
display_usr = chatwin->barejid;
|
||||
}
|
||||
|
||||
win_vprint((ProfWin*)chatwin, '!', 0, NULL, 0, THEME_GONE, "", "<- %s has left the conversation.", display_usr);
|
||||
win_printf((ProfWin*)chatwin, '!', 0, NULL, 0, THEME_GONE, "", "<- %s has left the conversation.", display_usr);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user