summaryrefslogtreecommitdiff
path: root/odb/relational/oracle/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/oracle/header.cxx')
-rw-r--r--odb/relational/oracle/header.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/relational/oracle/header.cxx b/odb/relational/oracle/header.cxx
index 9e4bb1c..1e9e850 100644
--- a/odb/relational/oracle/header.cxx
+++ b/odb/relational/oracle/header.cxx
@@ -78,10 +78,10 @@ namespace relational
if (mi.st->range)
n = mi.st->range_value / 2 + mi.st->range_value % 2;
- // We require an additional byte for each of the length, exponent,
- // and negative value terminator values.
+ // We require an additional byte for each of the exponent and
+ // negative value terminator values.
//
- n += 3;
+ n += 2;
os << "char " << mi.var << "value[" << n << "];"
<< "ub2 " << mi.var << "size;"