mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 06:55:59 +02:00
lazutils: fixed reading xml with BOM, bug #23852
git-svn-id: trunk@40206 -
This commit is contained in:
parent
4e4bffbae4
commit
247bb4784b
@ -1186,7 +1186,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
FBufSize := 6; // possible BOM and '<?xml'
|
||||
FBufSize := 8; // possible BOM and '<?xml'
|
||||
Reload;
|
||||
{$IFDEF UseWideString}
|
||||
if FBuf^ = #$FEFF then
|
||||
|
Loading…
Reference in New Issue
Block a user