mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:49:07 +02:00
* xmlread.pp, a misplaced assignment could cause a #13 character to pass non-normalized to #10 if it was the last character in input stream.
git-svn-id: trunk@15974 -
This commit is contained in:
parent
88b80c9b57
commit
06c1413fb0
@ -896,8 +896,8 @@ begin
|
|||||||
Inc(FBuf);
|
Inc(FBuf);
|
||||||
Inc(LFPos);
|
Inc(LFPos);
|
||||||
end;
|
end;
|
||||||
FBuf^ := #10;
|
|
||||||
end;
|
end;
|
||||||
|
FBuf^ := #10;
|
||||||
end;
|
end;
|
||||||
#$85, #$2028: if FXML11Rules then
|
#$85, #$2028: if FXML11Rules then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user