From d1b888f38fe7b1026befc86692d8fe86d8adc352 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Nov 2014 23:28:09 +0000 Subject: .\n in emails appears to screw things up, so add a space. --- src/lib/log.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/log.cc b/src/lib/log.cc index 934664915..daef13f77 100644 --- a/src/lib/log.cc +++ b/src/lib/log.cc @@ -151,7 +151,7 @@ FileLog::head_and_tail (int amount) const out += string (buffer); if (tail_amount > 0) { - out += "\n.\n.\n.\n"; + out += "\n .\n .\n .\n"; fseek (f, - tail_amount - 1, SEEK_END); -- cgit v1.2.3