summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-28 09:55:11 +0000
committerfoobar <sniper@php.net>2003-08-28 09:55:11 +0000
commit29b9d26223769ca8820f1752e98f2fe33cbbffb0 (patch)
tree046ad7571f64f2bc6853f23d1adf3ba600919aed /ext/odbc
parent6d7e56a0c8faefe431b5b0f12e67f5063a5b2fc1 (diff)
downloadphp-git-29b9d26223769ca8820f1752e98f2fe33cbbffb0.tar.gz
typofix
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/php_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c
index 9270a70d50..11c12b2bff 100644
--- a/ext/odbc/php_odbc.c
+++ b/ext/odbc/php_odbc.c
@@ -1430,7 +1430,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
}
if (result->binmode == 1) {
- sql_c-type = SQL_C_BINARY;
+ sql_c_type = SQL_C_BINARY;
}
case SQL_LONGVARCHAR:
if (IS_SQL_LONG(result->values[i].coltype) && result->longreadlen <= 0) {