From 279001d256a5bc6075284c76d65bf64c420acc7c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Jun 2016 15:56:58 +0000 Subject: minor code cleaning (stub removed) git-svn-id: http://svn.miranda-ng.org/main/trunk@16928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AVS/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AVS/src/utils.cpp') 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; -- cgit v1.2.3