From d83d2b8a2ccc947dcd9e40017f060de6e81b26d2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 Jan 2025 19:39:40 +0300 Subject: fix for broken indentation for messages --- plugins/Msg_Export/src/export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Msg_Export/src/export.cpp b/plugins/Msg_Export/src/export.cpp index d62e537175..546d8aed66 100644 --- a/plugins/Msg_Export/src/export.cpp +++ b/plugins/Msg_Export/src/export.cpp @@ -323,7 +323,7 @@ static bool ExportDBEventInfo(MCONTACT hContact, HANDLE hFile, const wstring &sF switch (dbei.eventType) { case EVENTTYPE_MESSAGE: - output += ptrW(dbei.getText()); + bWriteIndentedToFile(output, nIndent, ptrW(dbei.getText())); break; case EVENTTYPE_FILE: -- cgit v1.2.3