mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
int -> size_t
This commit is contained in:
parent
ec1278ccb2
commit
bcaa06de3a
@ -119,7 +119,7 @@ PHP_FUNCTION(sha1)
|
||||
PHP_FUNCTION(sha1_file)
|
||||
{
|
||||
char *arg;
|
||||
int arg_len;
|
||||
size_t arg_len;
|
||||
zend_bool raw_output = 0;
|
||||
char sha1str[41];
|
||||
unsigned char buf[1024];
|
||||
|
Loading…
Reference in New Issue
Block a user