Spelt / ZXing.Delphi

ZXing Barcode Scanning object Pascal Library for Delphi VCL and Delphi Firemonkey
Apache License 2.0
471 stars 206 forks source link

Simplify Procedure 'addResultPoints' using array concatenation #161

Closed Renaitor closed 8 months ago

Renaitor commented 9 months ago

Replace the complex logic in TReadResult.addResultPoints with a direct array concatenation operation to fix the EArgumentOutOfRange error fixes Spelt/ZXing.Delphi#158