Skip to content

Commit 3e03ada

Browse files
committed
upd project sdk
1 parent 67248d4 commit 3e03ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,9 +3934,9 @@ BOOLEAN NTAPI _app_parseargs (
39343934

39353935
case CmdlineInstall:
39363936
{
3937-
if (_r_sys_getopt (_r_sys_getcommandline ()->buffer, L"silent", NULL) || _app_installmessage (NULL, TRUE))
3937+
if (_r_sys_getopt (_r_sys_getcommandline (), L"silent", NULL) || _app_installmessage (NULL, TRUE))
39383938
{
3939-
if (_r_sys_getopt (_r_sys_getcommandline ()->buffer, L"temp", NULL))
3939+
if (_r_sys_getopt (_r_sys_getcommandline (), L"temp", NULL))
39403940
config.is_filterstemporary = TRUE;
39413941

39423942
_app_profile_initialize ();

0 commit comments

Comments
 (0)