diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-27 19:39:40 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-27 19:39:40 +0300 |
| commit | d83d2b8a2ccc947dcd9e40017f060de6e81b26d2 (patch) | |
| tree | 13de6dc5d258fcbe63f8a32770364775dda801e1 /plugins/Msg_Export/src | |
| parent | fad935f73c34a7999f28f7afcb85113110d32b4b (diff) | |
fix for broken indentation for messages
Diffstat (limited to 'plugins/Msg_Export/src')
| -rw-r--r-- | plugins/Msg_Export/src/export.cpp | 2 |
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: |
