mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:09:09 +02:00
* Escape ModuleName, fixes building of module AVL_Tree
git-svn-id: trunk@12382 -
This commit is contained in:
parent
088c441d9d
commit
fa3e50042c
@ -676,7 +676,7 @@ procedure TLatexWriter.StartUnitOverview(AModuleName,AModuleLabel : String);
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
WriteLnF('\begin{FPCltable}{lr}{%s}{%s:0units}',
|
WriteLnF('\begin{FPCltable}{lr}{%s}{%s:0units}',
|
||||||
[Format(SDocUsedUnitsByUnitXY, [AModuleName]), AModuleName]);
|
[Format(SDocUsedUnitsByUnitXY, [EscapeText(AModuleName)]), AModuleName]);
|
||||||
WriteLn('Name & Page \\ \hline');
|
WriteLn('Name & Page \\ \hline');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user