author | Florian Forster <octo@huhu.verplant.org> | |
Fri, 27 Feb 2009 13:09:12 +0000 (14:09 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 27 Feb 2009 13:09:12 +0000 (14:09 +0100) | ||
commit | e1e33fa276c657f0f0f91f60155a99017fbef72b | |
tree | efcd6d1674b5793c9e8f810f34508f82b91775d3 | tree | snapshot |
parent | 7963e34757c28b1744603558610ba9b0797423f4 | commit | diff |
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.
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 | diff | blob | history |