From ec22f7b979f4dfc2964ce37fde26c556a0b1ecb7 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 18 Jun 2015 11:05:22 +0200 Subject: [PATCH] why TStrings cannot be directly filled with TProcess.output --- src/ce_common.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_common.pas b/src/ce_common.pas index 0da4c5f4..e527f377 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -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