From d29abce19b35fc0b0c71eaaf2c294b153e309ae9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 Jan 2025 16:42:04 +0300 Subject: fixes #4834 (History++: Incorrect timestamps in history after switching to new timestamp format) --- plugins/HistoryPlusPlus/hpp_sessionsthread.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryPlusPlus/hpp_sessionsthread.pas') 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 -- cgit v1.2.3