blob: bdb641e84a0ddfe4683b4cadfb942a31fab9e696 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- driver/results.c.orig Sun Feb 27 00:59:11 2005
+++ driver/results.c Sun Feb 27 00:59:19 2005
@@ -544,7 +544,7 @@
SQLPOINTER CharacterAttributePtr,
SQLSMALLINT BufferLength,
SQLSMALLINT *StringLengthPtr,
- SQLPOINTER NumericAttributePtr)
+ SQLLEN * NumericAttributePtr)
{
return get_col_attr(StatementHandle, ColumnNumber,
FieldIdentifier, CharacterAttributePtr,
|