mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Fix paramter parsing in KdbpGetCommandLineSettings. Fixes KDSERIAL svn path=/trunk/; revision=47215
This commit is contained in:
@@ -1697,7 +1697,7 @@ KdbpGetCommandLineSettings(
|
||||
|
||||
while (p1 && (p2 = strchr(p1, ' ')))
|
||||
{
|
||||
p2++;
|
||||
p2 += 2;
|
||||
|
||||
if (!_strnicmp(p2, "KDSERIAL", 8))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user