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/ProxySwitch/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ProxySwitch/src') diff --git a/plugins/ProxySwitch/src/main.cpp b/plugins/ProxySwitch/src/main.cpp index 470bb4ed80..3b08113a3a 100644 --- a/plugins/ProxySwitch/src/main.cpp +++ b/plugins/ProxySwitch/src/main.cpp @@ -105,7 +105,7 @@ static INT_PTR CopyIP2Clipboard(WPARAM, LPARAM, LPARAM idx) { mir_cslock lck(csNIF_List); if (g_arNIF[idx].IPcount != 0) - Utils_ClipboardCopy(_A2T(g_arNIF[idx].IPstr)); + Utils_ClipboardCopy(g_arNIF[idx].IPstr); return 0; } -- cgit v1.2.3