From: Frederik Möllers Date: Wed, 24 Jun 2015 12:57:08 +0000 (+0200) Subject: Fix comparison error in fpga_compress X-Git-Tag: v2.2.0~9^2 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/61611f5b85475a94a4d8e10620ed5736034111bf?hp=61611f5b85475a94a4d8e10620ed5736034111bf Fix comparison error in fpga_compress The comparison would check for greater-than-or-equal the maximum amount of bytes to read/write when it should check for greater-than only. ---