diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-11 22:03:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-11 22:03:29 +0300 |
commit | cd83b1c10bbe50f5aa43a8e8f7dffc5fee1d769a (patch) | |
tree | ffbe1ab12d4f89ecbf6b909efe1a1ac7669efc15 /src/core/stdfile | |
parent | 805a76745801f9ac14a837e45ef50b9206ac54da (diff) |
DB::FILE_BLOB expansion for the offline file transfers, part I
Diffstat (limited to 'src/core/stdfile')
-rw-r--r-- | src/core/stdfile/src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdfile/src/file.cpp b/src/core/stdfile/src/file.cpp index 126b428c99..4bd5eee393 100644 --- a/src/core/stdfile/src/file.cpp +++ b/src/core/stdfile/src/file.cpp @@ -391,7 +391,7 @@ static INT_PTR Proto_RecvFileT(WPARAM, LPARAM lParam) MEVENT hdbe = db_event_add(ccs->hContact, &dbei);
PushFileEvent(ccs->hContact, hdbe, pre->lParam);
- return 0;
+ return hdbe;
}
int LoadSendRecvFileModule(void)
|