Eliminate debugging argument.
This commit is contained in:
parent
e6433c2824
commit
7a37e4ac43
1 changed files with 0 additions and 1 deletions
|
@ -484,7 +484,6 @@ WinMain (HINSTANCE hi, HINSTANCE hp, LPWSTR cmd, int show)
|
|||
char host[80];
|
||||
|
||||
whost = wcschr (cmd, L' '); /* Look for argument. */
|
||||
whost = cmd;
|
||||
|
||||
/* If no host is specified, just use default */
|
||||
if (whost)
|
||||
|
|
Loading…
Reference in a new issue