Merge branch 'master' into type_out

This commit is contained in:
James Booth
2012-10-14 17:52:35 +01:00
6 changed files with 165 additions and 37 deletions

View File

@@ -105,7 +105,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);