mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Changed 'unsigned size_t' to 'size_t'
This commit is contained in:
parent
bc3d9b3ba2
commit
aa161f0723
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
#if !defined(MYSQLI_USE_MYSQLND)
|
||||
/* {{{ mysqli_tx_cor_options_to_string */
|
||||
static void mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const unsigned size_t mode)
|
||||
static void mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const size_t mode)
|
||||
{
|
||||
if (mode & TRANS_COR_AND_CHAIN && !(mode & TRANS_COR_AND_NO_CHAIN)) {
|
||||
if (str->s && str->s->len) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue