aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/mssql/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/query.cxx b/odb/mssql/query.cxx
index 07dba0e..953835f 100644
--- a/odb/mssql/query.cxx
+++ b/odb/mssql/query.cxx
@@ -263,7 +263,7 @@ namespace odb
// Add the conversion expression, if any.
//
- string::size_type p;
+ string::size_type p (0);
if (!i->part.empty ())
{
p = i->part.find ("(?)");