file: ZXing.OneD.Code93Reader line: 356 current: ` Right := (lastStart + lastPatternSize) div 2;` should be: ` Right := lastStart + (lastPatternSize / 2);`
file: ZXing.OneD.Code93Reader
line: 356
current:
Right := (lastStart + lastPatternSize) div 2;should be:
Right := lastStart + (lastPatternSize / 2);