mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Parse .hlg files with xrfPreserveWhiteSpace option enabled
This commit is contained in:
parent
d739808f0c
commit
a03be982f8
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,7 @@ begin
|
|||
TargetStream.SetSize(Target - TargetStream.Memory);
|
||||
try
|
||||
TargetStream.Position:= 0;
|
||||
ReadXMLFile(Xml, TargetStream);
|
||||
ReadXMLFile(Xml, TargetStream, [xrfPreserveWhiteSpace]);
|
||||
try
|
||||
LoadFromXml(Xml);
|
||||
finally
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue