diff options
Diffstat (limited to 'protocols/WebView/src/webview_opts.cpp')
-rw-r--r-- | protocols/WebView/src/webview_opts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WebView/src/webview_opts.cpp b/protocols/WebView/src/webview_opts.cpp index 35b47b8110..9d9a75830d 100644 --- a/protocols/WebView/src/webview_opts.cpp +++ b/protocols/WebView/src/webview_opts.cpp @@ -187,7 +187,7 @@ INT_PTR CALLBACK DlgPopUpOpts(HWND hdlg, UINT msg, WPARAM wParam, LPARAM lParam) case IDC_PREVIEW: wchar_t str3[512]; - POPUPDATAW ppd = { 0 }; + POPUPDATAW ppd; GetDlgItemText(hdlg, IDC_DELAY, str3, _countof(str3)); |