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

Address #43 Rare bug in PDF417 barcode generator #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bhagenow
Copy link

This implements suggested fix for bug reported to SourceForge project.

If a value to be enceded as PDF417 contains a run of 45 digits (0-9) and invalid barcode is generated. The issue is rare in that it happens only when there are exactly 45 consequtive digits. For example, error happens with 45 digits but not with 44 or 46.

Original bug report:
https://sourceforge.net/p/barcode4j/bugs/43/

This implements suggested fix for bug reported to SourceForge project.

If a value to be enceded as PDF417 contains a run of 45 digits (0-9) and invalid barcode is generated. The issue is rare in that it happens only when there are exactly 45 consequtive digits. For example, error happens with 45 digits but not with 44 or 46.

Original bug report:
https://sourceforge.net/p/barcode4j/bugs/43/
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.

1 participant