summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-06-28 17:05:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-06-28 17:05:29 +0300
commit1ec1cc19279bd5ef6aed7dd84bd5a9f347d643b6 (patch)
tree1a0ca0ea16fd7b65d436a8d068ae80d851def86b /plugins
parent94d8bccac15ff07bcbc2453a0220983495891f52 (diff)
missing code
Diffstat (limited to 'plugins')
-rw-r--r--plugins/HistoryPlusPlus/HistoryForm.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryForm.pas b/plugins/HistoryPlusPlus/HistoryForm.pas
index f8426f80c3..e124e936c3 100644
--- a/plugins/HistoryPlusPlus/HistoryForm.pas
+++ b/plugins/HistoryPlusPlus/HistoryForm.pas
@@ -3831,6 +3831,8 @@ begin
begin
DBEventInfo.d := GetEventInfo(hDBEvent);
DBEventInfo.d.szModule := nil;
+ DBEventInfo.cbSize := sizeof(DBEventInfo);
+
Item.Size := sizeof(DBEventInfo) + Cardinal(DBEventInfo.d.cbBlob);
end;
if Item.Size > 0 then