diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-11 17:01:09 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-11 17:01:09 +0000 |
commit | e8ab90ab839ce55a399280f1920e1afd0fb28424 (patch) | |
tree | 69f0a483d8f5408adfc1b3e3920aa3bd54d99f40 /protocols/SkypeWeb/src/skype_contacts.cpp | |
parent | 6f7054d8f6c14e032a45a42555d4ab097fc82863 (diff) |
SkypeWeb: Small fixes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_contacts.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_contacts.cpp b/protocols/SkypeWeb/src/skype_contacts.cpp index 6829078a66..873186e0d9 100644 --- a/protocols/SkypeWeb/src/skype_contacts.cpp +++ b/protocols/SkypeWeb/src/skype_contacts.cpp @@ -133,7 +133,7 @@ void CSkypeProto::LoadContactsAuth(const NETLIBHTTPREQUEST *response) node = json_get(root, "greeting");
CMStringA reason = ptrA(mir_t2a(ptrT(json_as_string(node))));
- node = json_get(root, "event_time");
+ node = json_get(root, "event_time_iso");
ptrT eventTimeStr(json_as_string(node));
time_t eventTime = IsoToUnixTime(eventTimeStr);
|