Submitted by: Cliff's compiler (warning) and Brian Pane (fix)
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90885
13f79535-47bb-0310-9956-
ffa450edef68
}
if (ctx->output_now) {
- apr_size_t start_index;
apr_bucket *start_bucket;
if (ctx->head_start_index > 0) {
start_bucket = ctx->head_start_bucket;
- apr_bucket_split(start_bucket, start_index);
+ apr_bucket_split(start_bucket, ctx->head_start_index);
start_bucket = APR_BUCKET_NEXT(start_bucket);
ctx->head_start_index = 0;
ctx->head_start_bucket = start_bucket;