mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use size_t instead of int for loop counter
This commit is contained in:
parent
4576c41291
commit
f22bc6438d
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ static int dblib_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unqu
|
|||
|
||||
int useBinaryEncoding = 0;
|
||||
const char * hex = "0123456789abcdef";
|
||||
int i;
|
||||
size_t i;
|
||||
char * q;
|
||||
*quotedlen = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue