mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Fix comparison between wchar and ptr (#401)
This commit is contained in:
parent
7ae6defce8
commit
a4ea7dcced
@ -1486,7 +1486,7 @@ wmain(int ac, wchar_t **av)
|
||||
while (*exec_command != L'\0' && *exec_command == L' ')
|
||||
exec_command++;
|
||||
|
||||
if (exec_command == L'\0')
|
||||
if (*exec_command == L'\0')
|
||||
goto usage;
|
||||
|
||||
if (with_pty)
|
||||
|
Loading…
x
Reference in New Issue
Block a user