Connector/ODBC 3.51 commit: r733 - branches/guffert/driver
Modified:
branches/guffert/driver/cursor.c
Log:
Remove one last warning from Windows build.
Modified: branches/guffert/driver/cursor.c
- branches/guffert/driver/cursor.c 2007-09-01 00:41:01 UTC (rev 732)
+++ branches/guffert/driver/cursor.c 2007-09-01 01:13:24 UTC (rev 733)
@@ -844,7 +844,7 @@
param.used= 1;
param.SqlType= get_sql_data_type(stmt, field, NULL);
param.CType= bind->fCType;
- param.buffer= bind->rgbValue+irow*bind->cbValueMax;
+ param.buffer= (char *)bind->rgbValue+irow*bind->cbValueMax;
param.ValueMax= bind->cbValueMax;
/*
Check when SQL_LEN_DATA_AT_EXEC() macro was used instead of data length
--
MySQL Code Commits Mailing List
For list archives:
http://lists.mysql.com/commits
To unsubscribe:
http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Fri Aug 31 21:15:06 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 09:02:24 EDT
|