]> git.donarmstrong.com Git - lilypond.git/commit
Avoid comparison of unsigned < 0
authorGraham Percival <graham@percival-music.ca>
Fri, 9 Dec 2011 05:34:56 +0000 (21:34 -0800)
committerGraham Percival <graham@percival-music.ca>
Wed, 14 Dec 2011 09:51:06 +0000 (01:51 -0800)
commit59c56667425ec6fae59655cf01ee724e024c0ebd
treee94a1f763a700d4c7f3655f14de3efd94eb5353e
parentc8219a2387c4c1d9bcfe5d4222ea20ada83e288a
Avoid comparison of unsigned < 0

  PyArg_ParseTuple (args, "s#|i", &track, &track_size, ...
returns the length as an int:
  http://docs.python.org/c-api/arg.html#PyArg_ParseTuple
python/midi.c