Commit c8ea11c0 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

hostname: Output a CRLF newline with the hostname string.

parent a90b698e
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment