- fix build

This commit is contained in:
Pierre Joye 2009-03-24 09:24:35 +00:00
parent d2dca3a3ec
commit c68e24ce1a

View File

@ -1631,7 +1631,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
SQLUSMALLINT RowStatus[1];
SQLLEN rownum;
zval *pv_res, *tmp;
long pv_row - 1;
long pv_row = 1;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &pv_res, &pv_row) == FAILURE) {
return;