Skip to content

Reference to an array element out of scope #156

@JedrzejczykRobert

Description

@JedrzejczykRobert

file: ZXing.DefaultGridSampler

line: 120
code:
max := Length(points);
should be:
max := Length(points) - 1;

line 177:
code:
while ((offset < Length(points)) and nudged) do
should be:
while ((offset < (Length(points)-1)) and nudged) do

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