From 48ec5952b8f7d2fcf213957b4d6f1f494841d039 Mon Sep 17 00:00:00 2001 From: love-code-yeyixiao <188240888@qq.com> Date: Sat, 18 May 2024 11:49:40 +0800 Subject: [PATCH] fix again --- Sandboxie/apps/start/start.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sandboxie/apps/start/start.cpp b/Sandboxie/apps/start/start.cpp index 108f2adb..5857eb89 100644 --- a/Sandboxie/apps/start/start.cpp +++ b/Sandboxie/apps/start/start.cpp @@ -1894,7 +1894,7 @@ int __stdcall WinMainCRTStartup( run_program: if (SbieApi_QueryConfBool(BoxName, L"AlertBeforeStart", FALSE)) { - WCHAR* tips; + WCHAR* tips=L""; wprintf(SbieDll_FormatMessage0(3198), BoxName); if (MessageBoxW(NULL, tips, L"Sandboxie Start", MB_YESNO) == IDNO) die(10000);