Mercurial > pidgin
changeset 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 | adf03ae35001 |
files | src/log.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/log.c Thu Jan 05 20:17:36 2006 +0000 +++ b/src/log.c Thu Jan 05 20:40:07 2006 +0000 @@ -933,7 +933,7 @@ fprintf(data->file, "</title></head><body>"); fprintf(data->file, "<h3>Conversation with %s at %s on %s (%s)</h3>\n", - log->name, date, gaim_account_get_username(log->account), prpl); + log->name, buf, gaim_account_get_username(log->account), prpl); } /* if we can't write to the file, give up before we hurt ourselves */