Skip to content

Commit

Permalink
fixed mormot.ui.pdf compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Jun 9, 2023
1 parent e3dfd4b commit 58e49cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
@@ -1 +1 @@
'2.1.5543'
'2.1.5544'
2 changes: 2 additions & 0 deletions src/ui/mormot.ui.pdf.pas
Expand Up @@ -4850,6 +4850,8 @@ function TPdfWrite.AddEscape(Text: PAnsiChar; TextLen: integer): TPdfWrite;
#1..#31, '%', '(', ')', '<', '>', '[', ']', '{', '}', '/', '#', #127..#255];

function TPdfWrite.AddEscapeName(Text: PAnsiChar): TPdfWrite;
var
c: cardinal;
begin
if Text <> nil then
repeat
Expand Down

0 comments on commit 58e49cd

Please sign in to comment.