mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[NTOS]: Move 'buffer' to a better place (i.e. fix build).
svn path=/trunk/; revision=60652
This commit is contained in:
parent
1602b39927
commit
a8cbe3c6e0
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,6 @@ KdPortInitializeEx(
|
|||
IN ULONG ComPortNumber)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
CHAR buffer[80];
|
||||
|
||||
#if 0 // Deactivated because never used in fact (was in KdPortInitialize but we use KdPortInitializeEx)
|
||||
/*
|
||||
|
@ -109,6 +108,8 @@ KdPortInitializeEx(
|
|||
else
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
CHAR buffer[80];
|
||||
|
||||
/* Print message to blue screen */
|
||||
sprintf(buffer,
|
||||
"\r\nKernel Debugger: Serial port found: COM%ld (Port 0x%lx) BaudRate %ld\r\n\r\n",
|
||||
|
|
Loading…
Reference in a new issue