Trent Mick: use size_t instead of int where appropriate (mpz_format()).
This commit is contained in:
parent
b6f657c0cc
commit
2650a42f0b
|
@ -143,7 +143,7 @@ mpz_format(objp, base, withname)
|
|||
{
|
||||
mpzobject *mpzp = (mpzobject *)objp;
|
||||
PyStringObject *strobjp;
|
||||
int i;
|
||||
size_t i;
|
||||
int cmpres;
|
||||
int taglong;
|
||||
char *cp;
|
||||
|
|
Loading…
Reference in New Issue