mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 21:59:47 +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
|
||||
WriteLnF('\begin{FPCltable}{lr}{%s}{%s:0units}',
|
||||
[Format(SDocUsedUnitsByUnitXY, [AModuleName]), AModuleName]);
|
||||
[Format(SDocUsedUnitsByUnitXY, [EscapeText(AModuleName)]), AModuleName]);
|
||||
WriteLn('Name & Page \\ \hline');
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user