From 3ca6d1dd5d8c32b17a52b0fa965c5eba28f368ed Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Fri, 27 Jun 2014 15:14:42 +0200 Subject: New upstream version 5.5.14+dfsg --- ext/pdo_odbc/php_pdo_odbc_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_odbc/php_pdo_odbc_int.h') diff --git a/ext/pdo_odbc/php_pdo_odbc_int.h b/ext/pdo_odbc/php_pdo_odbc_int.h index 87b2f9100..5e42951f8 100644 --- a/ext/pdo_odbc/php_pdo_odbc_int.h +++ b/ext/pdo_odbc/php_pdo_odbc_int.h @@ -157,7 +157,7 @@ typedef struct { } pdo_odbc_stmt; typedef struct { - SQLINTEGER len; + SQLLEN len; SQLSMALLINT paramtype; char *outbuf; unsigned is_unicode:1; -- cgit v1.2.3