mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
"<@Christoph_vW> please commit something" -- aye sir
svn path=/trunk/; revision=43707
This commit is contained in:
@@ -110,7 +110,7 @@ KdpPromptString(IN PSTRING PromptString,
|
||||
/* Loop until we succeed */
|
||||
} 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);
|
||||
|
||||
/* Copy back the string and return the length */
|
||||
|
||||
Reference in New Issue
Block a user