From 35f6abcc7f069b3f239215842ec049c716f9b758 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 Sep 2022 19:27:33 +0300 Subject: code cleaning --- plugins/HTTPServer/src/GuiElements.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HTTPServer/src') diff --git a/plugins/HTTPServer/src/GuiElements.cpp b/plugins/HTTPServer/src/GuiElements.cpp index b0a8805461..268ff071cd 100644 --- a/plugins/HTTPServer/src/GuiElements.cpp +++ b/plugins/HTTPServer/src/GuiElements.cpp @@ -898,7 +898,7 @@ static INT_PTR CALLBACK DlgProcStatsticView(HWND hwndDlg, UINT msg, WPARAM wPara return TRUE; if (LOWORD(wParam) == ID_SHARELIST_COPYLINK) - Utils_ClipboardCopy(_A2T(sLink.c_str())); + Utils_ClipboardCopy(sLink.c_str()); else Utils_OpenUrl(sLink.c_str()); } -- cgit v1.2.3