oracle plugin: Fix type size issue under 64bit systems.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 27 Feb 2009 13:09:12 +0000 (14:09 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 27 Feb 2009 13:09:12 +0000 (14:09 +0100)
commite1e33fa276c657f0f0f91f60155a99017fbef72b
treeefcd6d1674b5793c9e8f810f34508f82b91775d3
parent7963e34757c28b1744603558610ba9b0797423f4
oracle plugin: Fix type size issue under 64bit systems.

Under 64bit systems, `ub4' is of a different size than `size_t', so that a
`(size_t *)' cannot be casted to a `(ub4 *)' automatically.
src/oracle.c