From 5f03619d3bbda7a617f50ded2698cffc434dd525 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Mar 2013 10:35:19 +0000 Subject: warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@4224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp') diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp index 5b3fea4967..1f726d3181 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp @@ -1071,7 +1071,7 @@ INT CExImContactXML::ImportEvent(LPCSTR pszModule, TiXmlElement *xmlEvent) if (!xmlEvent || !pszModule || !*pszModule) return ERROR_INVALID_PARAMS; - if (stricmp(xmlEvent->Value(), "evt")) + if (_stricmp(xmlEvent->Value(), "evt")) return ERROR_NOT_ADDED; // timestamp must be valid -- cgit v1.2.3