mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 03:16:22 +00:00
Showing history from current log in chat windows
This commit is contained in:
@@ -103,7 +103,7 @@ prof_handle_incoming_message(char *from, char *message)
|
||||
{
|
||||
win_show_incomming_msg(from, message);
|
||||
win_page_off();
|
||||
|
||||
|
||||
if (prefs_get_chlog()) {
|
||||
char from_cpy[strlen(from) + 1];
|
||||
strcpy(from_cpy, from);
|
||||
|
||||
Reference in New Issue
Block a user