Spelt/ZXing.Delphi

TCode93Reader.decodeRow - invalid TBarcodeFormat in TReadResult

JedrzejczykRobert opened this issue · 0 comments

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);