laz2_xmlread: fixed reading text ending with space

git-svn-id: trunk@32772 -
This commit is contained in:
mattias 2011-10-08 21:08:49 +00:00
parent 153ee60532
commit 33120cb167

View File

@ -3175,7 +3175,8 @@ begin
inc(FBuf);
end;
end else begin
nonws:=wc>' ';
if wc>' ' then
nonws:=true;
inc(FBuf);
end;
{$ENDIF}