summaryrefslogtreecommitdiff
path: root/plugins/YARelay/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/YARelay/src/options.cpp')
-rw-r--r--plugins/YARelay/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YARelay/src/options.cpp b/plugins/YARelay/src/options.cpp
index fd73f25142..3215b2eb94 100644
--- a/plugins/YARelay/src/options.cpp
+++ b/plugins/YARelay/src/options.cpp
@@ -191,7 +191,7 @@ static INT_PTR CALLBACK OptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,
*/
int OptionsInit(WPARAM wParam, LPARAM)
{
- OPTIONSDIALOGPAGE odp = { sizeof(odp) };
+ OPTIONSDIALOGPAGE odp = { 0 };
odp.hInstance = hInst;
odp.position = -1;
odp.pszGroup = LPGEN("Message sessions");