Nicolas Kaiser <nikai <at> nikai.net> writes:
> 
> I noticed an always false check in midi.c.
> 'track_size' is unsigned and can't be negative.
> 

Thanks, Nicolas.
Yes it looks like track_size holds the length of a string so it should be 
unsigned.  The test for negatives is harmless (the compiler probably removes 
it) but this email can be a reminder to clean up next time someone is working
on that section.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to