hostname: Output a CRLF newline with the hostname string.
This commit is contained in:
parent
a90b698e0c
commit
c8ea11c0d8
|
@ -109,7 +109,7 @@ static int hostname_message(int msg)
|
|||
|
||||
static void display_computer_name(void)
|
||||
{
|
||||
static const WCHAR fmtW[] = {'%','s','\n',0};
|
||||
static const WCHAR fmtW[] = {'%','s','\r','\n',0};
|
||||
|
||||
char nameA[256];
|
||||
WCHAR nameW[256];
|
||||
|
|
Loading…
Reference in New Issue