Skip to content

Commit

Permalink
Merge branch 'devel1'
Browse files Browse the repository at this point in the history
  • Loading branch information
fautomat committed Jun 28, 2024
2 parents 0642914 + f61af61 commit 152139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/nix20/misc/__nocommandline.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void __nocommandline(void)
SelectInput(win);
SelectOutput(win);
}
if(wbs->sm_ArgList!=NULL) /* cd to icon */
if(wbs->sm_ArgList!=NULL && wbs->sm_ArgList->wa_Lock) /* cd to icon */
cd=CurrentDir(DupLock(wbs->sm_ArgList->wa_Lock));

__argc=0;
Expand Down

0 comments on commit 152139e

Please sign in to comment.