diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stdfile/src/file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 {
|