summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/files.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-01-31 17:51:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-01-31 17:51:08 +0300
commitbdd6a8a6b981a019e6818230077567b4fb51604c (patch)
treef7d0160b8014b9ab939c280a955840323db6265f /protocols/Sametime/src/files.cpp
parent1124c2c24cde3fffa979b5d6e483a70d3cb75063 (diff)
mir_app:
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
Diffstat (limited to 'protocols/Sametime/src/files.cpp')
-rw-r--r--protocols/Sametime/src/files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/files.cpp b/protocols/Sametime/src/files.cpp
index 6d4813dbca..dd85be9e64 100644
--- a/protocols/Sametime/src/files.cpp
+++ b/protocols/Sametime/src/files.cpp
@@ -38,7 +38,7 @@ void mwFileTransfer_offered(mwFileTransfer* ft)
} else
wcsncpy_s(descriptionT, filenameT, _TRUNCATE);
- PROTORECVFILET pre = {0};
+ PROTORECVFILE pre = {0};
pre.dwFlags = PRFF_UNICODE;
pre.fileCount = 1;
pre.timestamp = time(nullptr);