mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
parent
c8713eb786
commit
c1b02e4ddd
@ -3815,7 +3815,8 @@ function TPascalParserTool.GetExtraction: string;
|
||||
begin
|
||||
SetLength(Result,ExtractMemStream.Position);
|
||||
ExtractMemStream.Position:=0;
|
||||
ExtractMemStream.Read(Result[1],length(Result));
|
||||
if Result<>'' then
|
||||
ExtractMemStream.Read(Result[1],length(Result));
|
||||
end;
|
||||
|
||||
function TPascalParserTool.ExtractStreamEndIsIdentChar: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user