Skip to content

Commit cc909a8

Browse files
committed
Merge branch 'PHP-7.0'
2 parents a129799 + f22bc64 commit cc909a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_dblib/dblib_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ static int dblib_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unqu
148148

149149
int useBinaryEncoding = 0;
150150
const char * hex = "0123456789abcdef";
151-
int i;
151+
size_t i;
152152
char * q;
153153
*quotedlen = 0;
154154

0 commit comments

Comments
 (0)