From bc7fcaca6556808b3863989989bb7197cb69ce16 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 29 Apr 2015 17:19:35 +0000 Subject: users count in groups fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13246 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_blind/src/init.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/plugins/Clist_blind/src/init.cpp b/plugins/Clist_blind/src/init.cpp index 432b41fcc3..2b262ff84c 100644 --- a/plugins/Clist_blind/src/init.cpp +++ b/plugins/Clist_blind/src/init.cpp @@ -562,17 +562,9 @@ void RebuildEntireListInternal(HWND hwnd, ClcData *tmp_dat, BOOL call_orig) TCHAR *txt; if (szCounts[0] != '\0') - { -#ifdef UNICODE - mir_sntprintf(count, SIZEOF(count), L"%S ", szCounts); -#else - mir_sntprintf(count, SIZEOF(count), "%s ", szCounts); -#endif - } + mir_sntprintf(count, SIZEOF(count), _T("%s "), szCounts); else - { count[0] = _T('\0'); - } txt = ParseText(template_group, t, SIZEOF(t), v, SIZEOF(v)); if (txt != NULL) -- cgit v1.2.3