fix again

This commit is contained in:
love-code-yeyixiao 2024-05-18 11:49:40 +08:00
parent 37c0973b89
commit 48ec5952b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);