diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2012-10-22 19:47:33 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2012-10-22 19:47:33 +0000 |
commit | c5a6df0573fac34f658545c6f2e49e8755c65d58 (patch) | |
tree | 7ac4fc63089ed74dde58b164c6e60a6aef850b0c /protocols/Gadu-Gadu | |
parent | 3f36fc000f39da00d7865204ba4d00e745e0b822 (diff) |
Gadu-Gadu protocol
- find contacts fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu')
-rw-r--r-- | protocols/Gadu-Gadu/src/core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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);
|