mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:43:04 +00:00
"<@Christoph_vW> please commit something" -- aye sir
svn path=/trunk/; revision=43707
This commit is contained in:
parent
0cc20f2021
commit
0b487b45aa
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ KdpPromptString(IN PSTRING PromptString,
|
||||||
/* Loop until we succeed */
|
/* Loop until we succeed */
|
||||||
} while (Status != KdPacketReceived);
|
} while (Status != KdPacketReceived);
|
||||||
|
|
||||||
/* Don't copy back a larger respone than there is room for */
|
/* Don't copy back a larger response than there is room for */
|
||||||
Length = min(Length, ResponseString->MaximumLength);
|
Length = min(Length, ResponseString->MaximumLength);
|
||||||
|
|
||||||
/* Copy back the string and return the length */
|
/* Copy back the string and return the length */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue