From: Jim Jagielski Date: Fri, 26 Aug 2011 17:51:42 +0000 (+0000) Subject: not ruby X-Git-Tag: 2.3.15~340 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2f2569354a9f0c3b82faa9e8cc8c8d7ff774820;p=thirdparty%2Fapache%2Fhttpd.git not ruby git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162186 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 2d5adfa6e48..3a28fc32440 100644 --- a/modules/http/byterange_filter.c +++ b/modules/http/byterange_filter.c @@ -545,7 +545,7 @@ static int ap_set_byterange(request_rec *r, apr_off_t clength, } in_merge = 0; - if !(iend <= ostart || start-1 >= oend) { + if (!(end <= ostart || start-1 >= oend)) { if (start < ostart) { ostart = start; reversals++;