diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-26 21:33:09 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-26 21:33:09 +0300 |
commit | 73c31a3f9ac9f323d6a17a910fb6a8a32416c7bb (patch) | |
tree | 2a6228d112e0c1dee7490050da6382006bcf57a4 /protocols/JabberG/src/stdafx.h | |
parent | fbb56ea0b2e5cdab7b82e46752d9451701e3eb5a (diff) |
fixes #3585 (Оффлайновые файлы: исходящие файлы должны выглядеть как и входящие)
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index bc16368761..7123b8443e 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -445,6 +445,7 @@ struct filetransfer : public MZeroedObject HANDLE hFileEvent;
unsigned __int64 *fileSize;
wchar_t *szDescription;
+ ptrA szUrl;
CJabberProto *ppro;
};
|