From 0f9e1002ec21154bc476fbfeab0d21f796515823 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Dec 2023 14:58:56 +0300 Subject: DbEvent_GetTextW: useless second parameter removed --- plugins/HistoryPlusPlus/hpp_events.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/hpp_events.pas b/plugins/HistoryPlusPlus/hpp_events.pas index 004095c98f..6f70f39a35 100644 --- a/plugins/HistoryPlusPlus/hpp_events.pas +++ b/plugins/HistoryPlusPlus/hpp_events.pas @@ -525,7 +525,7 @@ begin Result := False; msg := nil; try - msg := DbEvent_GetTextW(@EventInfo, CP_ACP); + msg := DbEvent_GetTextW(@EventInfo); Result := Assigned(msg); except if Assigned(msg) then mir_free(msg); -- cgit v1.2.3