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/ImportTXT/ImportThrd.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ImportTXT') diff --git a/plugins/ImportTXT/ImportThrd.pas b/plugins/ImportTXT/ImportThrd.pas index 31e185bf90..24a92156a8 100644 --- a/plugins/ImportTXT/ImportThrd.pas +++ b/plugins/ImportTXT/ImportThrd.pas @@ -139,7 +139,7 @@ begin db_event_get(hExistingDbEvent, @dbeiExisting); // compare event if (dbei.timestamp = dbeiExisting.timestamp) and - ((dbei.flags) = (dbeiExisting.flags and not DBEF_FIRST)) and + ((dbei.flags) = (dbeiExisting.flags)) and // fix for first event (dbei.eventType = dbeiExisting.eventType) and (dbei.cbBlob = dbeiExisting.cbBlob) then -- cgit v1.2.3