From 0c47cccf75bb24c19096ed57dd2d28da66359821 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 Dec 2014 22:48:19 +0000 Subject: all possible warnings fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@11426 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clcutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern/src/modern_clcutils.cpp') diff --git a/plugins/Clist_modern/src/modern_clcutils.cpp b/plugins/Clist_modern/src/modern_clcutils.cpp index 9939816e71..7ccfbf227d 100644 --- a/plugins/Clist_modern/src/modern_clcutils.cpp +++ b/plugins/Clist_modern/src/modern_clcutils.cpp @@ -724,7 +724,7 @@ int ExpandMetaContact(HWND hwnd, ClcContact *contact, ClcData *dat, BOOL bExpand int cliFindRowByText(HWND hwnd, ClcData *dat, const TCHAR *text, int prefixOk) { ClcGroup *group = &dat->list; - int testlen = mir_tstrlen(text); + int testlen = (int)mir_tstrlen(text); ClcContact *contact = NULL; int SubCount = 0; -- cgit v1.2.3