Fixed "signed/unsigned mismatch" warning.

This commit is contained in:
Dmitry Stogov 2006-09-04 07:26:48 +00:00
parent 4427552b60
commit a5107c1803

View File

@ -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;