You've already forked lazarus-ccr
* Without this fix, IBTool sometimes closes Lazaruss stdOut, which leads to disk full error messages
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2643 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -214,7 +214,7 @@ begin
|
||||
proc:=TProcess.Create(nil);
|
||||
try
|
||||
proc.CommandLine:=CmdLineUtf8;
|
||||
//proc.WaitOnExit:=WaitExit;
|
||||
proc.Options := [poUsePipes,poNoConsole,poStderrToOutPut];
|
||||
proc.Execute;
|
||||
finally
|
||||
proc.Free;
|
||||
|
Reference in New Issue
Block a user