[svn:DBD-Pg] r13161 - DBD-Pg/trunk

[email protected]
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Author: turnstep
Date: Tue Aug  4 10:21:40 2009
New Revision: 13161

Modified:
   DBD-Pg/trunk/dbdimp.c

Log:
casting tweak.


Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c	(original)
+++ DBD-Pg/trunk/dbdimp.c	Tue Aug  4 10:21:40 2009
@@ -3036,7 +3036,7 @@
 		}
 		
 		if (TRACE5) TRC(DBILOGFP, "%sRunning PQexecPrepared with (%s) (%s)\n",
-						THEADER, imp_sth->prepare_name, imp_sth->PQvals);
+						THEADER, imp_sth->prepare_name, (char *)imp_sth->PQvals);
 		if (TSQL) {
 			TRC(DBILOGFP, "EXECUTE %s (\n", imp_sth->prepare_name);
 			for (x=0,currph=imp_sth->ph; NULL != currph; currph=currph->nextph,x++) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.