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/main.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/main.cpp')
-rw-r--r-- | plugins/AVS/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 8a4874413e..64475acfba 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -114,7 +114,7 @@ static int MetaChanged(WPARAM hMeta, LPARAM hSubContact) AVATARCACHEENTRY *ace;
// Get the node
- CacheNode *node = FindAvatarInCache(hSubContact, TRUE);
+ CacheNode *node = FindAvatarInCache(hSubContact, true);
if (node == NULL || !node->loaded) {
ace = (AVATARCACHEENTRY*)GetProtoDefaultAvatar(hSubContact);
QueueAdd(hSubContact);
|