comparison src/http/modules/ngx_http_flv_module.c @ 9020:1c3b78d7cdc9

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 28 Jan 2023 05:20:23 +0300
parents 7a55311b0dc3
children f5515e727656
comparison
equal deleted inserted replaced
9017:106328a70f4e 9020:1c3b78d7cdc9
230 } 230 }
231 231
232 b->file_pos = start; 232 b->file_pos = start;
233 b->file_last = of.size; 233 b->file_last = of.size;
234 234
235 b->in_file = b->file_last ? 1: 0; 235 b->in_file = b->file_last ? 1 : 0;
236 b->last_buf = (r == r->main) ? 1 : 0; 236 b->last_buf = (r == r->main) ? 1 : 0;
237 b->last_in_chain = 1; 237 b->last_in_chain = 1;
238 238
239 b->file->fd = of.fd; 239 b->file->fd = of.fd;
240 b->file->name = path; 240 b->file->name = path;