From: Ilia Alshanetsky Date: Sat, 24 Feb 2007 02:59:58 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: php-5.2.2RC1~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6223b18134a138483c09b1439ace6b8f2b310c7b;p=php Fixed a typo --- diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c index ee997f4fe7..10be6992ab 100644 --- a/ext/sybase/php_sybase_db.c +++ b/ext/sybase/php_sybase_db.c @@ -340,7 +340,7 @@ static void php_sybase_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent) convert_to_string_ex(yyuser); host = Z_STRVAL_PP(yyhost); user = Z_STRVAL_PP(yyuser); - hashed_details_length = sprintf(&hashed_details, 0, "sybase_%s_%s___", Z_STRVAL_PP(yyhost), Z_STRVAL_PP(yyuser)); + hashed_details_length = spprintf(&hashed_details, 0, "sybase_%s_%s___", Z_STRVAL_PP(yyhost), Z_STRVAL_PP(yyuser)); } break; case 3: {