mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fixed "signed/unsigned mismatch" warning.
This commit is contained in:
parent
4427552b60
commit
a5107c1803
@ -394,7 +394,7 @@ static void fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *
|
||||
{
|
||||
char buf[128];
|
||||
char *tmp = buf;
|
||||
size_t buf_size = sizeof(buf);
|
||||
int buf_size = sizeof(buf);
|
||||
int name_len, val_len;
|
||||
char *s;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user