Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bug in RTFMakeSafeText in URTFUtils unit #159

Closed
@delphidabbler

Description

@delphidabbler

else if (Ch = '{') or (Ch = '\') or (Ch = '}') then

The line

else if (Ch = '{') or (Ch = '\') or (Ch = '}') then

should be

else if (AnsiCh = '{') or (AnsiCh = '\') or (AnsiCh = '}') then

Metadata

Metadata

Assignees

Labels

bugBug reportcompletedWork has been completed on this issue and changes have been committed to `develop` branch..

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions