From e0ed9d34c0c21d3436e855fa1d32a0f824583116 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 13 Mar 2014 12:46:12 +0000 Subject: another atavism died: DBEF_FIRST git-svn-id: http://svn.miranda-ng.org/main/trunk@8590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/HistoryForm.pas | 1 - plugins/HistoryPlusPlus/hpp_externalgrid.pas | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/HistoryForm.pas b/plugins/HistoryPlusPlus/HistoryForm.pas index 218f404be5..0f2255092b 100644 --- a/plugins/HistoryPlusPlus/HistoryForm.pas +++ b/plugins/HistoryPlusPlus/HistoryForm.pas @@ -3964,7 +3964,6 @@ begin begin DBEventInfo := GetEventInfo(hDBEvent); DBEventInfo.szModule := nil; - DBEventInfo.flags := DBEventInfo.flags and not DBEF_FIRST; Item.Size := Cardinal(DBEventInfo.cbSize) + Cardinal(DBEventInfo.cbBlob); end; if Item.Size > 0 then diff --git a/plugins/HistoryPlusPlus/hpp_externalgrid.pas b/plugins/HistoryPlusPlus/hpp_externalgrid.pas index 7001eda5e5..98dd52d235 100644 --- a/plugins/HistoryPlusPlus/hpp_externalgrid.pas +++ b/plugins/HistoryPlusPlus/hpp_externalgrid.pas @@ -1269,7 +1269,6 @@ begin begin DBEventInfo := GetEventInfo(hDBEvent); DBEventInfo.szModule := nil; - DBEventInfo.flags := DBEventInfo.flags and not DBEF_FIRST; Item.Size := Cardinal(DBEventInfo.cbSize) + Cardinal(DBEventInfo.cbBlob); end; end; -- cgit v1.2.3