Fix some signed/unsigned conversion issues with PyArg_ParseTuple().
commitb823c3a2d7e0c295465d5fc5591a45764c71eca2
authorAlberto Bertogli <albertito@gmail.com>
Sat, 12 Jan 2008 20:47:31 +0000 (12 18:47 -0200)
committerAlberto Bertogli <albertito@gmail.com>
Sat, 12 Jan 2008 20:47:31 +0000 (12 18:47 -0200)
tree12a2edba62c3f9283a1fe3c15a7007c8c2e5b7f8
parent42a03de2793bffb4bc7b60a518e109eb0b438bbb
Fix some signed/unsigned conversion issues with PyArg_ParseTuple().

These are hardly a problem in real life because the size of the strings
involved is usually too low, but it's better to be safe than sorry.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>
tipc_ll.c