From e7e54fccac2664caf1de22f27054518ab4c72514 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Fri, 21 May 2004 19:39:01 +0000 Subject: [PATCH] - MFH: Fixed TSRM build --- ext/sybase_ct/php_sybase_ct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sybase_ct/php_sybase_ct.c b/ext/sybase_ct/php_sybase_ct.c index d715c4b0c9176..8d7006b16eadf 100644 --- a/ext/sybase_ct/php_sybase_ct.c +++ b/ext/sybase_ct/php_sybase_ct.c @@ -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; } }