Fixed type

This commit is contained in:
Dmitry Stogov 2014-08-28 10:31:13 +04:00
parent 4a12b4cef9
commit a038ab892f

View File

@ -1372,7 +1372,7 @@ PHP_FUNCTION(mysql_client_encoding)
PHP_FUNCTION(mysql_set_charset)
{
char *csname;
int csname_len;
size_t csname_len;
php_mysql_conn *mysql;
zval *mysql_link = NULL;