diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-02 15:42:33 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-02 15:42:33 +0000 |
commit | 8b3eb587f0d868ee403e96f98d135fd7ab7a620b (patch) | |
tree | 8278734d0a8d21a4418a7d3a0a054c2229b40b0f /protocols/SkypeWeb/src/skype_history_sync.cpp | |
parent | 030ba2d4e3a9eeeb395b517c1e103912d1d3b0b1 (diff) |
SkypeWeb: coverity fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_history_sync.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_history_sync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_history_sync.cpp b/protocols/SkypeWeb/src/skype_history_sync.cpp index 2dc48c65b9..5028030d92 100644 --- a/protocols/SkypeWeb/src/skype_history_sync.cpp +++ b/protocols/SkypeWeb/src/skype_history_sync.cpp @@ -162,5 +162,5 @@ void CSkypeProto::OnSyncHistory(const NETLIBHTTPREQUEST *response) }
}
- HistorySynced = true;
+ m_bHistorySynced = true;
}
\ No newline at end of file |