diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-05 19:24:26 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-05 19:24:26 +0300 |
commit | 651f3b245250ead78cbcdb43b32add6d77817647 (patch) | |
tree | 31c7f9ec96800cfa9b57a3630d149638bf8d9667 /plugins | |
parent | df4bde2fb5075725f7d813f7dc4407cadb398784 (diff) |
shit...
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_events.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_events.pas b/plugins/HistoryPlusPlus/hpp_events.pas index 2f980162f0..561e8848a9 100644 --- a/plugins/HistoryPlusPlus/hpp_events.pas +++ b/plugins/HistoryPlusPlus/hpp_events.pas @@ -391,6 +391,7 @@ begin else
BlobSize := 0;
+ Result.cbBlob := BlobSize;
if db_event_get(hDBEvent, @Result) = 0 then
begin
Result.cbBlob := BlobSize;
|