summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_array.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-13 20:19:46 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-13 20:19:46 +0300
commit054bb1949247445a29a68812579800904edf6a02 (patch)
tree6aecd3e738de818d45e703325b17f571baf02ee0 /plugins/NewStory/src/history_array.cpp
parent7657cf3cd9f3ae33e29091a947d76234997ebfd9 (diff)
MS_FILE_* services became useless since StdFile died
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r--plugins/NewStory/src/history_array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp
index 22feefbb07..30ce49af66 100644
--- a/plugins/NewStory/src/history_array.cpp
+++ b/plugins/NewStory/src/history_array.cpp
@@ -415,7 +415,7 @@ void ItemData::load(bool bFullLoad)
}
wchar_t buf[MAX_PATH];
- CallService(MS_FILE_GETRECEIVEDFILESFOLDER, hContact, (LPARAM)buf);
+ File::GetReceivedFolder(hContact, buf, _countof(buf));
CMStringW wszFileName = buf;
wszFileName.Append(blob.getName());