comparison src/log.c @ 12738:4152c8f14a02

[gaim-migrate @ 15083] LSchiere prefers Gaim not crash. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 05 Jan 2006 20:40:07 +0000
parents a1e241dd50b6
children ff267281e882
comparison
equal deleted inserted replaced
12737:a1e241dd50b6 12738:4152c8f14a02
931 fprintf(data->file, "Conversation with %s at %s on %s (%s)", 931 fprintf(data->file, "Conversation with %s at %s on %s (%s)",
932 log->name, buf, gaim_account_get_username(log->account), prpl); 932 log->name, buf, gaim_account_get_username(log->account), prpl);
933 fprintf(data->file, "</title></head><body>"); 933 fprintf(data->file, "</title></head><body>");
934 fprintf(data->file, 934 fprintf(data->file,
935 "<h3>Conversation with %s at %s on %s (%s)</h3>\n", 935 "<h3>Conversation with %s at %s on %s (%s)</h3>\n",
936 log->name, date, gaim_account_get_username(log->account), prpl); 936 log->name, buf, gaim_account_get_username(log->account), prpl);
937 } 937 }
938 938
939 /* if we can't write to the file, give up before we hurt ourselves */ 939 /* if we can't write to the file, give up before we hurt ourselves */
940 if(!data->file) 940 if(!data->file)
941 return; 941 return;