Nicolas Kaiser 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 r
> I'm not top posting.
Hi there!
I noticed an always false check in midi.c.
'track_size' is unsigned and can't be negative.
Should the check look different, or is it redundant?
Best regards,
Nicolas Kaiser
Signed-off-by: Nicolas Kaiser
---
python/midi.c |3 ---
1 files changed, 0 insertio