Skip to content

TCode93Reader.decodeRow - invalid right point position #149

@JedrzejczykRobert

Description

@JedrzejczykRobert

file: ZXing.OneD.Code93Reader
line: 356
current:

Right := (lastStart + lastPatternSize) div 2;

should be:

Right := lastStart + (lastPatternSize / 2);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions