aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/mssql/statement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/statement.cxx b/odb/mssql/statement.cxx
index f68683c..8c3870d 100644
--- a/odb/mssql/statement.cxx
+++ b/odb/mssql/statement.cxx
@@ -365,7 +365,7 @@ namespace odb
size_t i (0);
for (bind* end (b + n); b != end; ++b)
{
- SQLLEN cap;
+ SQLLEN cap (0);
switch (b->type)
{