lewdlime / abcm2ps

abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff. abcm2ps is Copyright © 2014-2016 Jean-Francois Moine.
http://moinejf.free.fr/
GNU General Public License v3.0
82 stars 31 forks source link

abcparse.c:2620: bad test ? #63

Closed dcb314 closed 4 years ago

dcb314 commented 4 years ago

abcparse.c:2620:17: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]

Source code is

       if (len == 0 && len > 100) {
moinejf commented 4 years ago

Fixed. Thanks.

hkiel commented 4 years ago

This can also be closed.

moinejf commented 4 years ago

yes