aboutsummaryrefslogtreecommitdiff
path: root/databases/tdbc/files/patch-tdbcodbc-generic_tdbcodbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tdbc/files/patch-tdbcodbc-generic_tdbcodbc.c')
-rw-r--r--databases/tdbc/files/patch-tdbcodbc-generic_tdbcodbc.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/tdbc/files/patch-tdbcodbc-generic_tdbcodbc.c b/databases/tdbc/files/patch-tdbcodbc-generic_tdbcodbc.c
deleted file mode 100644
index 8a9a05e6addf..000000000000
--- a/databases/tdbc/files/patch-tdbcodbc-generic_tdbcodbc.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- tdbcodbc/generic/tdbcodbc.c,orig 2011-08-01 16:50:38.000000000 +0200
-+++ tdbcodbc/generic/tdbcodbc.c 2012-05-09 10:52:56.000000000 +0200
-@@ -4092,10 +4092,10 @@
- SQLLEN colAllocLen = BUFSIZE * sizeof(SQLWCHAR);
- /* Current allocated size of the buffer,
- * in bytes */
-- SQLLEN colLen; /* Actual size of the return value, in bytes */
-- SQLINTEGER colLong; /* Integer value of the column */
-- SQLBIGINT colWide; /* Wide-integer value of the column */
-- SQLDOUBLE colDouble; /* Double value of the column */
-+ SQLLEN colLen = 0; /* Actual size of the return value, in bytes */
-+ SQLINTEGER colLong = 0L; /* Integer value of the column */
-+ SQLBIGINT colWide = 0; /* Wide-integer value of the column */
-+ SQLDOUBLE colDouble = 0.0; /* Double value of the column */
- Tcl_DString colDS; /* Column expressed as a Tcl_DString */
- Tcl_Obj* colObj; /* Column expressed as a Tcl_Obj */
- SQLRETURN rc; /* ODBC result code */