From a89887eb202c99ce09107668561abce6704f9004 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 22 May 2015 19:49:01 +0000 Subject: more replacements git-svn-id: http://svn.miranda-ng.org/main/trunk@13762 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/icq_uploadui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IcqOscarJ/src/icq_uploadui.cpp') diff --git a/protocols/IcqOscarJ/src/icq_uploadui.cpp b/protocols/IcqOscarJ/src/icq_uploadui.cpp index 793eaa4b4e..d99f10f2bc 100644 --- a/protocols/IcqOscarJ/src/icq_uploadui.cpp +++ b/protocols/IcqOscarJ/src/icq_uploadui.cpp @@ -287,7 +287,7 @@ static INT_PTR CALLBACK DlgProcUploadList(HWND hwndDlg, UINT message, WPARAM wPa char str[MAX_PATH]; // Is this an ack we are waiting for? - if (strcmpnull(ack->szModule, ppro->m_szModuleName)) + if (mir_strcmp(ack->szModule, ppro->m_szModuleName)) break; if (ack->type == ICQACKTYPE_RATEWARNING) { // we are sending tooo fast, slow down the process -- cgit v1.2.3