aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
Diffstat (limited to 'odb')
-rw-r--r--odb/oracle/traits.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/traits.cxx b/odb/oracle/traits.cxx
index f437d3c..f9de006 100644
--- a/odb/oracle/traits.cxx
+++ b/odb/oracle/traits.cxx
@@ -117,8 +117,8 @@ namespace odb
{
const string& v (*static_cast<const string*> (ctx));
- *p= one_chunk;
- *s= static_cast<ub4> (v.size ());
+ *p = one_chunk;
+ *s = static_cast<ub4> (v.size ());
*b = v.c_str ();
return true;