summaryrefslogtreecommitdiff
path: root/protocols/WebView/src/webview_alerts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WebView/src/webview_alerts.cpp')
-rw-r--r--protocols/WebView/src/webview_alerts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WebView/src/webview_alerts.cpp b/protocols/WebView/src/webview_alerts.cpp
index 776b100181..d03742bdb9 100644
--- a/protocols/WebView/src/webview_alerts.cpp
+++ b/protocols/WebView/src/webview_alerts.cpp
@@ -111,7 +111,7 @@ int WAlertOSD(MCONTACT hContact, wchar_t *displaytext)
/*****************************************************************************/
int PopupAlert(WPARAM hContact, LPARAM lParam)
{
- POPUPDATAW ppd = { 0 };
+ POPUPDATAW ppd;
if (hContact != 0)
mir_wstrncpy(ppd.lpwzContactName, ptrW(g_plugin.getWStringA(hContact, PRESERVE_NAME_KEY)), _countof(ppd.lpwzContactName));