diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-06 15:56:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-06 15:56:58 +0000 |
commit | 279001d256a5bc6075284c76d65bf64c420acc7c (patch) | |
tree | ab000b58e2ae24700f691947e15e2a19f3185aab /plugins/AVS/src/utils.cpp | |
parent | 3d03ebefdd8f81e84275d858be1aa56aae1e12f1 (diff) |
minor code cleaning (stub removed)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/utils.cpp')
-rw-r--r-- | plugins/AVS/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/utils.cpp b/plugins/AVS/src/utils.cpp index 5167b3714e..4e7603c396 100644 --- a/plugins/AVS/src/utils.cpp +++ b/plugins/AVS/src/utils.cpp @@ -411,7 +411,7 @@ int ChangeAvatar(MCONTACT hContact, bool fLoad, bool fNotifyHist, int pa_format) hContact = GetContactThatHaveTheAvatar(hContact);
// Get the node
- CacheNode *node = FindAvatarInCache(hContact, g_AvatarHistoryAvail && fNotifyHist, TRUE);
+ CacheNode *node = FindAvatarInCache(hContact, g_AvatarHistoryAvail && fNotifyHist, true);
if (node == NULL)
return 0;
|