From 57a668940e62889c035cf0eafd7926e538cbff4d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Aug 2018 19:50:50 +0300 Subject: thy shall not modify the event's text --- plugins/Msg_Export/src/utils.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Msg_Export/src') diff --git a/plugins/Msg_Export/src/utils.cpp b/plugins/Msg_Export/src/utils.cpp index 329a44eb7a..c1ecf4ce8f 100755 --- a/plugins/Msg_Export/src/utils.cpp +++ b/plugins/Msg_Export/src/utils.cpp @@ -829,8 +829,6 @@ static bool ExportDBEventInfo(MCONTACT hContact, HANDLE hFile, wstring sFilePath pRoot.push_back(JSONNode("body", T2Utf(msg).get())); std::string output = pRoot.write_formatted(); - ReplaceAll(output, "\t", "\t\t"); - ReplaceAll(output, "}", "\t}"); output += "\n]}"; if (!bWriteTextToFile(hFile, output.c_str(), false, (int)output.size())) { -- cgit v1.2.3