mirror of https://gitlab.com/basile.b/dexed.git
fix an invalid param was always passed to runnable processes
This commit is contained in:
parent
80d60dd453
commit
064d32e45a
|
@ -1306,7 +1306,8 @@ begin
|
|||
+ ' successfully compiled', editor, amcEdit, amkInf);
|
||||
|
||||
fRunProc.CurrentDirectory := extractFilePath(fRunProc.Executable);
|
||||
fRunProc.Parameters.DelimitedText := expandSymbolicString(runArgs);
|
||||
if runArgs <> '' then
|
||||
fRunProc.Parameters.DelimitedText := expandSymbolicString(runArgs);
|
||||
fRunProc.Executable := fname + exeExt;
|
||||
fPrInpWidg.process := fRunProc;
|
||||
fRunProc.Execute;
|
||||
|
|
Loading…
Reference in New Issue