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++) {