summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_sessionsthread.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_sessionsthread.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_sessionsthread.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_sessionsthread.pas b/plugins/HistoryPlusPlus/hpp_sessionsthread.pas
index 5a57ca9cb4..9a1f4924db 100644
--- a/plugins/HistoryPlusPlus/hpp_sessionsthread.pas
+++ b/plugins/HistoryPlusPlus/hpp_sessionsthread.pas
@@ -180,7 +180,7 @@ begin
begin
ZeroMemory(@Event, SizeOf(Event));
Event.cbBlob := 0;
- db_event_get(hDBEvent, @Event);
+ my_event_get(hDBEvent, @Event);
CurTime := Event.Timestamp;
if PrevTime = 0 then
begin