From c9f5b74041f85d59dd061c7e1cfbe35d23ead9a3 Mon Sep 17 00:00:00 2001 From: Mataes Date: Sat, 25 Apr 2020 16:54:40 +0300 Subject: Msg_export: typo fix --- plugins/Msg_Export/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Msg_Export') diff --git a/plugins/Msg_Export/src/utils.cpp b/plugins/Msg_Export/src/utils.cpp index 41123cb714..5a98f610c4 100755 --- a/plugins/Msg_Export/src/utils.cpp +++ b/plugins/Msg_Export/src/utils.cpp @@ -714,7 +714,7 @@ static bool ExportDBEventInfo(MCONTACT hContact, HANDLE hFile, wstring sFilePath int age = db_get_w(hContact, szProto, "Age", 0); if (age != 0) - pInfo.push_back(JSONNode("gender", age)); + pInfo.push_back(JSONNode("age", age)); for (auto &it : pSettings) { wstring szValue = _DBGetStringW(hContact, szProto, it, L""); -- cgit v1.2.3