From 2738cf4311501acfc1b0e2de74b51b0edc18cdd2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 31 May 2015 14:49:05 +0000 Subject: Tox: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13936 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src') diff --git a/protocols/Tox/src/tox_utils.cpp b/protocols/Tox/src/tox_utils.cpp index ed44c09630..72d0c1481f 100644 --- a/protocols/Tox/src/tox_utils.cpp +++ b/protocols/Tox/src/tox_utils.cpp @@ -103,7 +103,7 @@ INT_PTR CToxProto::ParseToxUri(WPARAM, LPARAM lParam) PROTOSEARCHRESULT psr = { sizeof(psr) }; psr.flags = PSR_TCHAR; - psr.id = mir_tstrdup(&uri[4]); + psr.id.t = mir_tstrdup(&uri[4]); ADDCONTACTSTRUCT acs = { HANDLE_SEARCHRESULT }; acs.szProto = proto->m_szModuleName; -- cgit v1.2.3