From 99962115431435cf17dfae4d3b7c8d7d55d824bf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Mar 2019 15:29:44 +0300 Subject: life is too short to remember whether this structure is zeroed or not --- 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 30a452c6a6..c79840bde7 100644 --- a/plugins/ProxySwitch/src/main.cpp +++ b/plugins/ProxySwitch/src/main.cpp @@ -72,7 +72,7 @@ void PopupMyIPAddrs(const wchar_t *msg) { OBJLIST list(10); if (Create_NIF_List_Ex(&list) >= 0) { - POPUPDATAW ppd = {}; + POPUPDATAW ppd; wcsncpy_s(ppd.lpwzText, Print_NIF_List(list, msg), _TRUNCATE); LoadSettings(); -- cgit v1.2.3