diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-18 20:10:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-18 20:10:39 +0300 |
commit | 756cda6094c7e3e24a29323867b070b988dfaf1c (patch) | |
tree | 38f67f441550e6660501afc10998e533be14f384 /protocols/Sametime/src/files.cpp | |
parent | 8ffa00861ad0c00bcb11a7f90d91c38940d4d62b (diff) |
minor code cleaning
Diffstat (limited to 'protocols/Sametime/src/files.cpp')
-rw-r--r-- | protocols/Sametime/src/files.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/files.cpp b/protocols/Sametime/src/files.cpp index 8d81a8133c..ba14846747 100644 --- a/protocols/Sametime/src/files.cpp +++ b/protocols/Sametime/src/files.cpp @@ -36,7 +36,7 @@ void mwFileTransfer_offered(mwFileTransfer* ft) else
strncpy_s(description, filename, _TRUNCATE);
- PROTORECVFILE pre = {0};
+ PROTORECVFILE pre = {};
pre.fileCount = 1;
pre.timestamp = time(0);
pre.descr.a = description;
|