diff options
author | George Hazan <george.hazan@gmail.com> | 2025-01-27 16:42:04 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-01-27 16:42:04 +0300 |
commit | d29abce19b35fc0b0c71eaaf2c294b153e309ae9 (patch) | |
tree | 4bd36c5dcdd4733996ffb1cdca530673584042f8 /plugins/HistoryPlusPlus/hpp_sessionsthread.pas | |
parent | 184833fc4932e3bb21e5794429a617cc9cca40d7 (diff) |
fixes #4834 (History++: Incorrect timestamps in history after switching to new timestamp format)
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_sessionsthread.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_sessionsthread.pas | 2 |
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
|