Silence warning on Windows.

This commit is contained in:
Eric Smith 2009-04-28 07:33:09 +00:00
parent e988e286b2
commit 94cc00ce4d
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ change_decimal_from_locale_to_dot(char* buffer)
Py_LOCAL_INLINE(void)
ensure_sign(char* buffer, size_t buf_size)
{
Py_ssize_t len;
size_t len;
if (buffer[0] == '-')
/* Already have a sign. */