Mercurial > pidgin.yaz
comparison src/log.c @ 11094:59a1ff5a4bae
[gaim-migrate @ 13119]
I'm dumb. Good catch siege.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 12 Jul 2005 04:27:11 +0000 |
parents | 68652f4ad6a7 |
children | 3924db2b1ca8 |
comparison
equal
deleted
inserted
replaced
11093:7831d0969531 | 11094:59a1ff5a4bae |
---|---|
795 if(!data->file) | 795 if(!data->file) |
796 return; | 796 return; |
797 | 797 |
798 strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&log->time)); | 798 strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&log->time)); |
799 fprintf(data->file, "<html><head>"); | 799 fprintf(data->file, "<html><head>"); |
800 fprintf(data->file, "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">"); | |
800 fprintf(data->file, "<title>"); | 801 fprintf(data->file, "<title>"); |
801 fprintf(data->file, "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">"); | |
802 fprintf(data->file, "Conversation with %s at %s on %s (%s)", | 802 fprintf(data->file, "Conversation with %s at %s on %s (%s)", |
803 log->name, date, gaim_account_get_username(log->account), prpl); | 803 log->name, date, gaim_account_get_username(log->account), prpl); |
804 fprintf(data->file, "</title></head><body>"); | 804 fprintf(data->file, "</title></head><body>"); |
805 fprintf(data->file, | 805 fprintf(data->file, |
806 "<h3>Conversation with %s at %s on %s (%s)</h3>\n", | 806 "<h3>Conversation with %s at %s on %s (%s)</h3>\n", |