mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Reenable kdbg specific settings.
svn path=/trunk/; revision=34683
This commit is contained in:
@@ -1633,7 +1633,7 @@ KdbpGetCommandLineSettings(PCHAR p1)
|
||||
{
|
||||
PCHAR p2;
|
||||
|
||||
while (p1 && (p2 = strchr(p1, '/')))
|
||||
while (p1 && (p2 = strchr(p1, ' ')))
|
||||
{
|
||||
p2++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user