FIX: Building on Unix.

This commit is contained in:
cobines 2012-04-02 21:24:08 +00:00
commit 01aab461b0

View file

@ -538,7 +538,7 @@ function ExecCmdFork(sCmdLine:String; bTerm : Boolean; sTerm : String; bKeepTerm
var
Command : String;
pid : LongInt;
Args : TOpenStringArray;
Args : TDynamicStringArray;
WaitForPidThread: TWaitForPidThread;
begin
if bTerm then
@ -1978,4 +1978,4 @@ begin
inherited Create(rsMsgInvalidQuoting);
end;
end.
end.