From c5a6df0573fac34f658545c6f2e49e8755c65d58 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Mon, 22 Oct 2012 19:47:33 +0000 Subject: Gadu-Gadu protocol - find contacts fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@2051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/core.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Gadu-Gadu/src') diff --git a/protocols/Gadu-Gadu/src/core.cpp b/protocols/Gadu-Gadu/src/core.cpp index 55d023e12a..ec456139d6 100644 --- a/protocols/Gadu-Gadu/src/core.cpp +++ b/protocols/Gadu-Gadu/src/core.cpp @@ -640,6 +640,7 @@ retry: GGSEARCHRESULT sr; memset(&sr, 0, sizeof(sr)); sr.cbSize = sizeof(sr); + sr.flags = PSR_TCHAR; sr.nick = mir_a2t(__nick); sr.firstName = mir_a2t(__firstname); sr.lastName = mir_a2t(__lastname); -- cgit v1.2.3