mirror of
https://github.com/php/php-src.git
synced 2024-12-17 22:09:12 +08:00
Fix compiler warning, copy&paste error
This commit is contained in:
parent
f551c57cf0
commit
beaa4d0430
@ -475,7 +475,7 @@ MYSQLND_METHOD(mysqlnd_net, encode)(zend_uchar * compress_buffer, size_t compres
|
||||
|
||||
|
||||
/* {{{ mysqlnd_net::receive */
|
||||
static enum_func_status
|
||||
static size_t
|
||||
MYSQLND_METHOD(mysqlnd_net, receive)(MYSQLND * conn, zend_uchar * buffer, size_t count TSRMLS_DC)
|
||||
{
|
||||
size_t to_read = count;
|
||||
|
Loading…
Reference in New Issue
Block a user