Skip to content

Commit a038ab8

Browse files
committed
Fixed type
1 parent 4a12b4c commit a038ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysql/php_mysql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ PHP_FUNCTION(mysql_client_encoding)
13721372
PHP_FUNCTION(mysql_set_charset)
13731373
{
13741374
char *csname;
1375-
int csname_len;
1375+
size_t csname_len;
13761376
php_mysql_conn *mysql;
13771377
zval *mysql_link = NULL;
13781378

0 commit comments

Comments
 (0)