From d9cdbf7eba8b496b7325c736fdc7dbd2afc55a29 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Jul 2023 20:11:11 +0300 Subject: fixes #3567 (ICQ: implement offline files download) --- src/core/stdfile/src/file.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/core/stdfile/src/file.cpp b/src/core/stdfile/src/file.cpp index 5368a9a1dc..5efa3f7027 100644 --- a/src/core/stdfile/src/file.cpp +++ b/src/core/stdfile/src/file.cpp @@ -340,6 +340,7 @@ static INT_PTR Proto_RecvFileT(WPARAM, LPARAM lParam) } DB::FILE_BLOB blob(wszFiles, pre->descr.w); + CallProtoService(dbei.szModule, PS_PRECREATE_OFFLINEFILE, WPARAM(&blob), pre->lParam); blob.write(dbei); } else { -- cgit v1.2.3