From 6b0eb25a146260e8e4a42eef18fcd51ad971e7a0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Mar 2024 12:07:19 +0300 Subject: code cleaning --- plugins/TabSRMM/src/msglog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/msglog.cpp') diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index d2e55696f1..e046d26281 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -571,7 +571,7 @@ bool CLogWindow::CreateRtfEvent(RtfLogStreamData *streamData, DB::EventInfo &dbe BOOL isSent = (dbei.flags & DBEF_SENT); BOOL bIsStatusChangeEvent = IsStatusEvent(dbei.eventType); if (!isSent && bIsStatusChangeEvent) - dbei.wipeNotify(streamData->hDbEvent); + dbei.wipeNotify(); CMStringW msg(ptrW(DbEvent_GetTextW(&dbei))); if (msg.IsEmpty()) -- cgit v1.2.3