From 147e4bc66f17e8feef3fd48a59ccd6c9182a4fb1 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Tue, 10 Dec 2002 20:19:13 +0000 Subject: [PATCH] MFH --- ext/sybase/php_sybase_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c index d7c908cdfa..b6db930522 100644 --- a/ext/sybase/php_sybase_db.c +++ b/ext/sybase/php_sybase_db.c @@ -743,7 +743,7 @@ static void php_sybase_get_column_content(sybase_link *sybase_ptr,int offset,pva memset(res_buf,' ',res_length+1); /* XXX i'm sure there's a better way but i don't have sybase here to test 991105 thies@thieso.net */ - dbconvert(NULL,coltype(offset),dbdata(sybase_ptr->link,offset), res_length,SYBCHAR,res_buf,res_length); + dbconvert(NULL,coltype(offset),dbdata(sybase_ptr->link,offset), src_length,SYBCHAR,res_buf,res_length); /* get rid of trailing spaces */ p = res_buf + res_length; -- 2.40.0