summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-01-27 19:39:40 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-01-27 19:39:40 +0300
commitd83d2b8a2ccc947dcd9e40017f060de6e81b26d2 (patch)
tree13de6dc5d258fcbe63f8a32770364775dda801e1 /plugins/Msg_Export/src
parentfad935f73c34a7999f28f7afcb85113110d32b4b (diff)
fix for broken indentation for messages
Diffstat (limited to 'plugins/Msg_Export/src')
-rw-r--r--plugins/Msg_Export/src/export.cpp2
1 files changed, 1 insertions, 1 deletions
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: