summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_transfer.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2016-01-08 11:43:23 +0000
committerAlexander Lantsev <aunsane@gmail.com>2016-01-08 11:43:23 +0000
commitac22f38b00333bc5e040bec7a7a3fe17440d39a9 (patch)
tree9c1743f9bda7ff595ce816807ee5366bbee8247a /protocols/Tox/src/tox_transfer.cpp
parent73e5ac314f168e2159e86c4f7f4f82089d7b2363 (diff)
Tox:
- fixed minor issues - updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@16059 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_transfer.cpp')
-rw-r--r--protocols/Tox/src/tox_transfer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_transfer.cpp b/protocols/Tox/src/tox_transfer.cpp
index c4ebeb02b0..f98c5590b2 100644
--- a/protocols/Tox/src/tox_transfer.cpp
+++ b/protocols/Tox/src/tox_transfer.cpp
@@ -198,7 +198,6 @@ HANDLE CToxProto::OnSendFile(MCONTACT hContact, const TCHAR*, TCHAR **ppszFiles)
if (friendNumber == UINT32_MAX)
return NULL;
-
FILE *hFile = _tfopen(ppszFiles[0], _T("rb"));
if (hFile == NULL)
{