debugger: completed fix of r14459 #ae6fd378b3

git-svn-id: trunk@14460 -
This commit is contained in:
vincents 2008-03-07 15:52:22 +00:00
parent ae6fd378b3
commit 0bc0d15388

View File

@ -384,7 +384,7 @@ begin
// store LineEnding in local variable, so the same statement can be used
// for windows and *nix (1 or 2 character line ending)
LE := LineEnding;
FDbgProcess.Input.Write(LineEnding[1], Length(LineEnding));
FDbgProcess.Input.Write(LE, Length(LE));
end
else begin
DebugLn('[TCmdLineDebugger.SendCmdLn] Unable to send <', ACommand, '>. No process running.');