fix building by msvc introduced in r2223
Igor Sysoev
13 years ago
507 | 507 |
ngx_memcpy(b->start, start, len);
|
508 | 508 |
}
|
509 | 509 |
|
510 | |
size = file_size - cf->conf_file->file.offset;
|
|
510 |
size = (ssize_t) (file_size - cf->conf_file->file.offset);
|
511 | 511 |
|
512 | 512 |
if (size > b->end - (b->start + len)) {
|
513 | 513 |
size = b->end - (b->start + len);
|