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