From 3d30ed65f9e226b7b183b23ce5dba435ec491f0b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Jan 2025 18:28:28 +0300 Subject: DBEVENTINFO::timestamp to become 64-bit integer --- protocols/Sametime/src/files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Sametime/src/files.cpp') diff --git a/protocols/Sametime/src/files.cpp b/protocols/Sametime/src/files.cpp index d5c375682d..a4f662c566 100644 --- a/protocols/Sametime/src/files.cpp +++ b/protocols/Sametime/src/files.cpp @@ -37,7 +37,7 @@ void mwFileTransfer_offered(mwFileTransfer* ft) strncpy_s(description, filename, _TRUNCATE); DB::EventInfo dbei; - dbei.timestamp = time(0); + dbei.iTimestamp = time(0); ProtoChainRecvFile(hContact, DB::FILE_BLOB(ft, filename, description), dbei); } -- cgit v1.2.3