mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +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;
|
end;
|
||||||
end;
|
end;
|
||||||
OutStream := TFileStream.Create(Project.OutputFileName, fmCreate, fmOpenWrite);
|
OutStream := TFileStream.Create(Project.OutputFileName, fmCreate);
|
||||||
Project.WriteChm(OutStream);
|
Project.WriteChm(OutStream);
|
||||||
if Project.ScanHtmlContents then
|
if Project.ScanHtmlContents then
|
||||||
Project.ShowUndefinedAnchors;
|
Project.ShowUndefinedAnchors;
|
||||||
|
Loading…
Reference in New Issue
Block a user