zint / zint-gpl-only

Zint Barcode Generator
https://zint.org.uk/
GNU General Public License v3.0
525 stars 138 forks source link

backend /gridmtx.c:247: bad if test ? #47

Closed dcb314 closed 2 years ago

dcb314 commented 9 years ago

backend/gridmtx.c:247:27: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]

if((gbdata[sp] == 0x13) && (gbdata[sp] == 0x10)) {

gitlost commented 2 years ago

Hi the current logic in the latest version of Zint does not have this issue so am closing. For further feedback, please raise a ticket at https://sourceforge.net/p/zint/tickets/ as this fork is no longer in use, thanks!