[gaim-migrate @ 15233]

Sun, 15 Jan 2006 07:43:09 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 15 Jan 2006 07:43:09 +0000
changeset 12881
d4db623e3d8c
parent 12880
eb39a798ff9a
child 12882
44dfc6467081

[gaim-migrate @ 15233]
It seems like we should have a newline at the end of HTML logs. It's late and this is untested, but I can't imagine what it would break. (Yeah, yeah, famous last words.)

src/log.c file | annotate | diff | comparison | revisions
--- a/src/log.c	Sun Jan 15 05:50:28 2006 +0000
+++ b/src/log.c	Sun Jan 15 07:43:09 2006 +0000
@@ -983,7 +983,7 @@
 	GaimLogCommonLoggerData *data = log->logger_data;
 	if (data) {
 		if(data->file) {
-			fprintf(data->file, "</body></html>");
+			fprintf(data->file, "</body></html>\n");
 			fclose(data->file);
 		}
 		g_free(data->path);

mercurial