From a41d7ee25ea5057cd887c67d33d42f4c764f9c77 Mon Sep 17 00:00:00 2001 From: brinzing Date: Sat, 27 Oct 2018 17:32:38 +0200 Subject: possible fix for issue 120928 - quickstart --killtray throws exception Change-Id: Id4081439075f4beecc2b0e4aed035d5ee28a2cfd Reviewed-on: https://gerrit.libreoffice.org/62429 Reviewed-by: Mike Kaganski Tested-by: Jenkins --- desktop/win32/source/QuickStart/QuickStart.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/win32/source/QuickStart/QuickStart.cxx b/desktop/win32/source/QuickStart/QuickStart.cxx index 1f5f912a88e3..0db45b41a125 100644 --- a/desktop/win32/source/QuickStart/QuickStart.cxx +++ b/desktop/win32/source/QuickStart/QuickStart.cxx @@ -83,7 +83,7 @@ int APIENTRY wWinMain(HINSTANCE /*hInstance*/, for ( int i = 1; i < __argc; i++ ) { - if ( 0 == strcmp( __argv[i], "--killtray" ) ) + if ( 0 == wcscmp( __wargv[i], L"--killtray" ) ) { HWND hwndTray = FindWindowW( QUICKSTART_CLASSNAME, nullptr ); -- cgit v1.2.3