From bdd6a8a6b981a019e6818230077567b4fb51604c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 Jan 2018 17:51:08 +0300 Subject: mir_app: - structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function. --- protocols/IcqOscarJ/src/icq_filerequests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IcqOscarJ/src/icq_filerequests.cpp') diff --git a/protocols/IcqOscarJ/src/icq_filerequests.cpp b/protocols/IcqOscarJ/src/icq_filerequests.cpp index 480c84f334..9af0b9203c 100644 --- a/protocols/IcqOscarJ/src/icq_filerequests.cpp +++ b/protocols/IcqOscarJ/src/icq_filerequests.cpp @@ -154,7 +154,7 @@ void CIcqProto::handleFileRequest(PBYTE buf, DWORD dwUin, DWORD dwCookie, DWORD // Send chain event wchar_t* ptszFileName = mir_utf8decodeW(pszFileName); - PROTORECVFILET pre = { 0 }; + PROTORECVFILE pre = { 0 }; pre.dwFlags = PRFF_UNICODE; pre.fileCount = 1; pre.timestamp = time(nullptr); -- cgit v1.2.3