Skip to content
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

fix: QPCleaner line length equal sign counting #255

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

pavelbazika
Copy link
Contributor

@pavelbazika pavelbazika commented Jun 7, 2022

Hi,

as mentioned in #254, this fixes missing counting of = when quoted printable encoded char is processed.

I've also mentioned, that line length is not incremented, when qp.overflow is put into the buffer at the beginning of the next Read. Tests show it is not needed, because qp.lineLength is set, when qp.overflow is filled at the end of previous Read.

Regards

@jhillyerd jhillyerd merged commit 4906981 into jhillyerd:master Jun 7, 2022
@jhillyerd
Copy link
Owner

Thank you!

@pavelbazika pavelbazika deleted the linelength branch June 7, 2022 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants