diff options
author | Graham Percival <graham@percival-music.ca> | 2011-12-08 21:34:56 -0800 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2011-12-14 01:51:06 -0800 |
commit | 59c56667425ec6fae59655cf01ee724e024c0ebd (patch) | |
tree | e94a1f763a700d4c7f3655f14de3efd94eb5353e /flower | |
parent | c8219a2387c4c1d9bcfe5d4222ea20ada83e288a (diff) |
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
Diffstat (limited to 'flower')
0 files changed, 0 insertions, 0 deletions