Skip to content

TCode93Reader.decodeRow - invalid TBarcodeFormat in TReadResult #150

@JedrzejczykRobert

Description

@JedrzejczykRobert

file: ZXing.OneD.Code93Reader
line: 381,382

current:

  Result := TReadResult.Create(resultString, nil, resultPoints,
    TBarcodeFormat.CODE_39);

should be:

Result := TReadResult.Create(resultString, nil, resultPoints, TBarcodeFormat.CODE_93);

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