From f4d4fcdc5e32d3611afdfaf46e80b99d7fcf37ac Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 23 May 2015 21:31:49 +0000 Subject: fix for a crash in UserInfoEx git-svn-id: http://svn.miranda-ng.org/main/trunk@13803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/dlg_propsheet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/UserInfoEx/src') diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index 64f35dcfe6..ba2f7fd602 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -64,8 +64,8 @@ static HANDLE ghDetailsInitEvent = NULL; static INT_PTR CALLBACK DlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); -CPsHdr::CPsHdr() : -_ignore(10, (LIST::FTSortFunc)mir_tstrcmp) +CPsHdr::CPsHdr() + : _ignore(10, _tcscmp) { _dwSize = sizeof(*this); _hContact = NULL; -- cgit v1.2.3