diff options
author | George Hazan <ghazan@miranda.im> | 2017-06-28 17:05:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-06-28 17:05:29 +0300 |
commit | 1ec1cc19279bd5ef6aed7dd84bd5a9f347d643b6 (patch) | |
tree | 1a0ca0ea16fd7b65d436a8d068ae80d851def86b /plugins | |
parent | 94d8bccac15ff07bcbc2453a0220983495891f52 (diff) |
missing code
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryForm.pas | 2 |
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
|