diff options
-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;
|