diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-01 12:56:12 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-01 12:56:12 +0300 |
commit | 5e1234ce647a66915353c5c838363b1b67ebfac0 (patch) | |
tree | 3d4f134f9f0a901163ddfc35e5c2ffacc0db0693 /plugins/NewStory | |
parent | ccd47813d774540317912de65e0ffb4300dbfbb9 (diff) |
unused ANSI service MS_FILE_GETRECEIVEDFILESFOLDER removed
Diffstat (limited to 'plugins/NewStory')
-rw-r--r-- | plugins/NewStory/src/history_array.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index eedcbb0b9b..edb47276b6 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -244,7 +244,7 @@ void ItemData::fill(int tmpl) dbe.eventType = EVENTTYPE_JABBER_PRESENCE; break; default: - dbe.eventType = 309247; + dbe.eventType = 9247; break; } } @@ -373,7 +373,7 @@ void ItemData::load(bool bFullLoad) } wchar_t buf[MAX_PATH]; - CallService(MS_FILE_GETRECEIVEDFILESFOLDERW, hContact, (LPARAM)buf); + CallService(MS_FILE_GETRECEIVEDFILESFOLDER, hContact, (LPARAM)buf); CMStringW wszFileName = buf; wszFileName.Append(blob.getName()); |