* Escape ModuleName, fixes building of module AVL_Tree

git-svn-id: trunk@12382 -
This commit is contained in:
joost 2008-12-18 12:40:16 +00:00
parent 088c441d9d
commit fa3e50042c

View File

@ -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;