From ae10177eb1e515eada4aa2b4295aab02d1f7c176 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 5 Dec 2014 14:50:31 +0000 Subject: warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@11251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/icq_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IcqOscarJ/src/icq_proto.cpp') diff --git a/protocols/IcqOscarJ/src/icq_proto.cpp b/protocols/IcqOscarJ/src/icq_proto.cpp index 746987b17e..b2965b9888 100644 --- a/protocols/IcqOscarJ/src/icq_proto.cpp +++ b/protocols/IcqOscarJ/src/icq_proto.cpp @@ -773,7 +773,7 @@ HANDLE __cdecl CIcqProto::SearchBasic(const PROTOCHAR *pszSearch) char pszUIN[255]; int nHandle = 0; - int i, j; + size_t i, j; if (!m_bAimEnabled) { for (i = j = 0; (i < mir_wstrlen(pszSearch)) && (j < 255); i++) { // we take only numbers -- cgit v1.2.3