aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/sqlite/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/query.cxx b/odb/sqlite/query.cxx
index 2c0706a..d979379 100644
--- a/odb/sqlite/query.cxx
+++ b/odb/sqlite/query.cxx
@@ -293,7 +293,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 ("(?)");