comparison src/log.c @ 7770:41bcf3f62563

[gaim-migrate @ 8415] Thanks, SimGuy committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 05 Dec 2003 20:18:21 +0000
parents 88886239f31e
children 21be2d9e8399
comparison
equal deleted inserted replaced
7769:1802d02846f5 7770:41bcf3f62563
755 newlen -= 755 newlen -=
756 sizeof("---- New Conversation @ ") + sizeof("----") - 2; 756 sizeof("---- New Conversation @ ") + sizeof("----") - 2;
757 } 757 }
758 758
759 if(strchr(buf, '\r')) 759 if(strchr(buf, '\r'))
760 data->length--; 760 newlen--;
761 761
762 if (newlen != 0) { 762 if (newlen != 0) {
763 log = gaim_log_new(GAIM_LOG_IM, sn, account, -1); 763 log = gaim_log_new(GAIM_LOG_IM, sn, account, -1);
764 log->logger = &old_logger; 764 log->logger = &old_logger;
765 log->time = lasttime; 765 log->time = lasttime;