mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix valgrind warnings in debug builds
This commit is contained in:
parent
ec5b65473b
commit
9756f766b6
1 changed files with 1 additions and 1 deletions
|
@ -1407,7 +1407,7 @@ MYSQLND_METHOD(mysqlnd_conn, kill)(MYSQLND * conn, unsigned int pid TSRMLS_DC)
|
|||
char buff[4];
|
||||
|
||||
DBG_ENTER("mysqlnd_conn::kill");
|
||||
DBG_INF_FMT("conn=%llu pid=%lu", conn->thread_id, pid);
|
||||
DBG_INF_FMT("conn=%llu pid=%u", conn->thread_id, pid);
|
||||
|
||||
int4store(buff, pid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue