From 0a2b6420657cb1f25f0ca443f8049e4376b56d15 Mon Sep 17 00:00:00 2001 From: Stefan Taferner Date: Fri, 23 Jan 1998 22:38:56 +0000 Subject: [PATCH] fixed a little nasty bug in index creation of yesterdays version svn path=/trunk/kdenetwork/kmail/; revision=4698 --- kmmsgbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmmsgbase.cpp b/kmmsgbase.cpp index 19296117b..58a940d2d 100644 --- a/kmmsgbase.cpp +++ b/kmmsgbase.cpp @@ -167,7 +167,7 @@ const QString KMMsgBase::asIndexString(void) const int i, len; QString str(256); - str.sprintf("%c %-.9lu %-.9lu %-.9lu %-3.3s %-100.100s %-100.100s\n", + str.sprintf("%c %-.9lu %-.9lu %-.9lu %-3.3s %-100.100s %-100.100s", (char)status(), folderOffset(), msgSize(), (unsigned long)date(), (const char*)xmark(), (const char*)decodeQuotedPrintableString(subject()),