diff options
| author | Federico Di Gregorio <fog@initd.org> | 2006-09-23 05:14:24 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2006-09-23 05:14:24 +0000 |
| commit | 474d8b9d512b859e9c93539757e217859181bb77 (patch) | |
| tree | 802fd5ca0e15a016f559ae44d11b83b41f52f5f1 /psycopg/adapter_binary.c | |
| parent | 3009a29b1191a25cf1194e07e31ba52d2eb1ea7b (diff) | |
| download | psycopg2-474d8b9d512b859e9c93539757e217859181bb77.tar.gz | |
Piet Delport patches: 2 of 3.
Diffstat (limited to 'psycopg/adapter_binary.c')
| -rw-r--r-- | psycopg/adapter_binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_binary.c b/psycopg/adapter_binary.c index 0fc8101..030447b 100644 --- a/psycopg/adapter_binary.c +++ b/psycopg/adapter_binary.c @@ -134,7 +134,7 @@ binary_quote(binaryObject *self) { char *to; const char *buffer; - int buffer_len; + Py_ssize_t buffer_len; size_t len = 0; /* if we got a plain string or a buffer we escape it and save the buffer */ |
