From e721ceb8d105cb20b3eb644c4d6952e3780184e0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 12 Mar 2014 13:52:51 +0000 Subject: more compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@8577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- 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 57535d7004..d86372feaf 100644 --- a/plugins/HistoryPlusPlus/hpp_sessionsthread.pas +++ b/plugins/HistoryPlusPlus/hpp_sessionsthread.pas @@ -209,7 +209,7 @@ begin Inc(Count); PrevTime := CurTime; end; - hDBEvent := db_event_next(hDBEvent); + hDBEvent := db_event_next(FContact, hDBEvent); end; SendItem(FirstEvent, LastEvent, FirstTimestamp, LastTimestamp, Count); SendBatch; -- cgit v1.2.3