Skip to content

Commit 05caee3

Browse files
committed
fix warning --filter=[unit]
1 parent 5e7b9c8 commit 05caee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thirdparty/php/ssh2/ssh2.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ PHP_FUNCTION(ssh2_fingerprint) {
506506
zval *zsession;
507507
const char *fingerprint;
508508
zend_long flags = 0;
509-
int i, fingerprint_len;
509+
size_t i, fingerprint_len;
510510

511511
if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|l", &zsession, &flags) == FAILURE) {
512512
return;

0 commit comments

Comments
 (0)