mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 21:19:31 +02:00
* fixed wrong parameter to file permissions parameter (patch by temp4746,
mantis #28634) git-svn-id: trunk@31680 -
This commit is contained in:
parent
5f7b242222
commit
3dccdab911
@ -155,7 +155,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
OutStream := TFileStream.Create(Project.OutputFileName, fmCreate, fmOpenWrite);
|
||||
OutStream := TFileStream.Create(Project.OutputFileName, fmCreate);
|
||||
Project.WriteChm(OutStream);
|
||||
if Project.ScanHtmlContents then
|
||||
Project.ShowUndefinedAnchors;
|
||||
|
Loading…
Reference in New Issue
Block a user