Skip to content

Commit

Permalink
- MFH: Fixed TSRM build
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm Friebe committed May 21, 2004
1 parent 9c488ef commit e7e54fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sybase_ct/php_sybase_ct.c
Expand Up @@ -1133,7 +1133,7 @@ static int php_sybase_fetch_result_row (sybase_result *result, int numrows)
/* This signals we have an integer datatype, but we need to convert to double if we
* overflow.
*/
convert_scalar_to_number(&result->data[i][j]);
convert_scalar_to_number(&result->data[i][j] TSRMLS_CC);
break;
}
}
Expand Down

0 comments on commit e7e54fc

Please sign in to comment.