mirror of https://gitlab.com/basile.b/dexed.git
why TStrings cannot be directly filled with TProcess.output
This commit is contained in:
parent
891c746325
commit
ec22f7b979
|
@ -717,6 +717,8 @@ begin
|
|||
if not (poUsePipes in aProcess.Options) then
|
||||
exit;
|
||||
//
|
||||
// note: aList.LoadFromStream() does not work, lines can be split, which breaks message parsing (e.g filename detector).
|
||||
//
|
||||
sum := 0;
|
||||
str := TMemoryStream.Create;
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue