Reenable kdbg specific settings.

svn path=/trunk/; revision=34683
This commit is contained in:
Art Yerkes
2008-07-22 13:12:14 +00:00
parent 5c108dbe7d
commit b026106358
+1 -1
View File
@@ -1633,7 +1633,7 @@ KdbpGetCommandLineSettings(PCHAR p1)
{
PCHAR p2;
while (p1 && (p2 = strchr(p1, '/')))
while (p1 && (p2 = strchr(p1, ' ')))
{
p2++;