Skip to content

Bug in RTFMakeSafeText in URTFUtils unit #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
delphidabbler opened this issue Apr 18, 2025 · 0 comments
Closed

Bug in RTFMakeSafeText in URTFUtils unit #159

delphidabbler opened this issue Apr 18, 2025 · 0 comments
Assignees
Labels
bug Bug report completed Work has been completed on this issue and changes have been committed to `develop` branch..

Comments

@delphidabbler
Copy link
Owner

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
@delphidabbler delphidabbler self-assigned this Apr 18, 2025
@delphidabbler delphidabbler added accepted Accepted for implementation / fixing bug Bug report ⚠️ Urgent fix required labels Apr 18, 2025
@github-project-automation github-project-automation bot moved this to Considering in CodeSnip Apr 18, 2025
@delphidabbler delphidabbler moved this from Considering to Accepted in CodeSnip Apr 18, 2025
@delphidabbler delphidabbler removed the ⚠️ Urgent fix required label Apr 18, 2025
@delphidabbler delphidabbler added completed Work has been completed on this issue and changes have been committed to `develop` branch.. and removed accepted Accepted for implementation / fixing labels Apr 18, 2025
@delphidabbler delphidabbler moved this from Accepted to Done - awaiting release in CodeSnip Apr 18, 2025
@delphidabbler delphidabbler removed this from CodeSnip May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report completed Work has been completed on this issue and changes have been committed to `develop` branch..
Projects
None yet
Development

No branches or pull requests

1 participant