diff options
Diffstat (limited to 'psycopg/utils.c')
-rw-r--r-- | psycopg/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psycopg/utils.c b/psycopg/utils.c index c518cc5..bc6f7be 100644 --- a/psycopg/utils.c +++ b/psycopg/utils.c @@ -123,6 +123,7 @@ exit: return rv; } + /* Duplicate a string. * * Allocate a new buffer on the Python heap containing the new string. |