- Fix possible infinite looping in kdbg (happening e.g. when moving mouse in a reactos in qemu which entered the debugger).

svn path=/trunk/; revision=31135
This commit is contained in:
Aleksey Bragin
2007-12-10 23:01:50 +00:00
parent f64694318d
commit 080cda6bc6
+4
View File
@@ -1928,6 +1928,10 @@ KdbpPrint(
while (!isalpha(p2[j++]));
strcpy(p2, p2 + j);
}
else
{
strcpy(p2, p2 + 1);
}
}
}