synopse / mORMot2

OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal
https://synopse.info
Other
485 stars 122 forks source link

Compiler Error #197

Closed hafedh-trimeche closed 1 year ago

hafedh-trimeche commented 1 year ago

Hello,

Please note this error message: [dcc64 Error] mormot.ui.pdf.pas(4858): E2003 Undeclared identifier: 'c'

c variable should be declared:

function TPdfWrite.AddEscapeName(Text: PAnsiChar): TPdfWrite;
var
  c : Byte;

Best regards.

synopse commented 1 year ago

Should be fixed by https://github.com/synopse/mORMot2/commit/58e49cd3

Thanks for the report.

synopse commented 1 year ago

No update - I guess we could close the issue. Please reopen it if needed.