8000 Bug in `RTFMakeSafeText` in `URTFUtils` unit · Issue #159 · delphidabbler/codesnip · GitHub
[go: up one dir, main page]

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

    0