Make ssize_t clean

This commit is contained in:
Neal Norwitz 2006-04-01 09:08:06 +00:00
parent 828fdefd92
commit 95f0e4c401
4 changed files with 6 additions and 6 deletions

View file

@ -239,7 +239,7 @@ PyObject* _fetch_one_row(Cursor* self)
PY_LONG_LONG intval;
PyObject* converter;
PyObject* converted;
int nbytes;
Py_ssize_t nbytes;
PyObject* buffer;
void* raw_buffer;
const char* val_str;