mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 11:00:24 +02:00
laz2_xmlread: fixed reading text ending with space
git-svn-id: trunk@32772 -
This commit is contained in:
parent
153ee60532
commit
33120cb167
@ -3175,7 +3175,8 @@ begin
|
||||
inc(FBuf);
|
||||
end;
|
||||
end else begin
|
||||
nonws:=wc>' ';
|
||||
if wc>' ' then
|
||||
nonws:=true;
|
||||
inc(FBuf);
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user