Re: midi.c: always false check

2011-05-16 Thread Keith OHara
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

midi.c: always false check

2011-05-16 Thread Nicolas Kaiser
> 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