Use Py_ssize_t to count the

This commit is contained in:
Martin v. Löwis 2006-02-16 14:37:16 +00:00
parent f5adf1eb72
commit d96ee90993
7 changed files with 24 additions and 22 deletions

View file

@ -947,7 +947,8 @@ static void
svnversion_init(void)
{
const char *python, *br_start, *br_end, *br_end2, *svnversion;
int len, istag;
Py_ssize_t len;
int istag;
if (svn_initialized)
return;