diff options
-rw-r--r-- | odb/oracle/statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index 77a8a79..e64061e 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -111,7 +111,7 @@ namespace odb size, &pos, l->buffer->data (), - l->buffer->capacity ())) + static_cast<ub4> (l->buffer->capacity ()))) return OCI_ERROR; switch (pos) |