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