mirror of https://gitlab.com/basile.b/dexed.git
fixup for 32d4521e3f
This commit is contained in:
parent
23176f8bfd
commit
455d817df5
|
@ -2232,9 +2232,7 @@ begin
|
|||
lst := TStringList.Create;
|
||||
try
|
||||
prc.Executable:=pth;
|
||||
{$IFDEF WINDOWS}
|
||||
prc.Options := [poUsePipes, poStderrToOutPut {$IFDEF WINDOWS}, poNewConsole{$ENDIF}];
|
||||
{$ENDIF}
|
||||
prc.ShowWindow:= swoHIDE;
|
||||
prc.Parameters.Add(fDoc.fileName);
|
||||
prc.Parameters.Add('-S');
|
||||
|
|
Loading…
Reference in New Issue