From: Florian Forster <[EMAIL PROTECTED]>

---
 src/dbi_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/dbi_main.c b/src/dbi_main.c
index e3b7e90..e103dfc 100644
--- a/src/dbi_main.c
+++ b/src/dbi_main.c
@@ -1162,7 +1162,7 @@ dbi_result dbi_conn_query_null(dbi_conn Conn, const 
unsigned char *statement, si
 
        _reset_conn_error(conn);
 
-       _logquery_null(conn, statement, st_length);
+       _logquery_null(conn, (const char *) statement, st_length);
        result = conn->driver->functions->query_null(conn, statement, 
st_length);
 
        if (result == NULL) {
-- 
1.5.6.5


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
libdbi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to