1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

Fixed type

This commit is contained in:
Dmitry Stogov
2014-08-28 10:31:13 +04:00
parent 4a12b4cef9
commit a038ab892f
+1 -1
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;