diff options
Diffstat (limited to 'psycopg/adapter_pint.c')
-rw-r--r-- | psycopg/adapter_pint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_pint.c b/psycopg/adapter_pint.c index 950b655..6023ae0 100644 --- a/psycopg/adapter_pint.c +++ b/psycopg/adapter_pint.c @@ -91,7 +91,7 @@ exit: static PyObject * pint_str(pintObject *self) { - return psycopg_ensure_text(pint_getquoted(self, NULL)); + return psyco_ensure_text(pint_getquoted(self, NULL)); } static PyObject * |