comparison src/log.c @ 13512:7608c01ebe61

[gaim-migrate @ 15888] Compile... committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 14 Mar 2006 14:04:17 +0000
parents 9710aeb12c0d
children 43d123a4b4d7
comparison
equal deleted inserted replaced
13511:4191d39bd70e 13512:7608c01ebe61
1052 gaim_account_get_username(log->account), prpl, date); 1052 gaim_account_get_username(log->account), prpl, date);
1053 else 1053 else
1054 written += fprintf(data->file, "Conversation with %s at %s on %s (%s)", 1054 written += fprintf(data->file, "Conversation with %s at %s on %s (%s)",
1055 log->name, date, gaim_account_get_username(log->account), prpl); 1055 log->name, date, gaim_account_get_username(log->account), prpl);
1056 1056
1057 written += fprintf(data->file, header);
1058 written += fprintf(data->file, "</title></head><body>"); 1057 written += fprintf(data->file, "</title></head><body>");
1059 written += fprintf(data->file, "<h3>%s</h3>\n", header); 1058 written += fprintf(data->file, "<h3>%s</h3>\n", header);
1060 } 1059 }
1061 1060
1062 /* if we can't write to the file, give up before we hurt ourselves */ 1061 /* if we can't write to the file, give up before we hurt ourselves */