Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 26639 invoked by uid 500); 1 Oct 2001 14:44:36 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 26621 invoked from network); 1 Oct 2001 14:44:36 -0000 Errors-To: Message-ID: <01dd01c14a87$a8efe920$94c0b0d0@roweclan.net> From: "William A. Rowe, Jr." To: Subject: Simple warning, simple fix? Date: Mon, 1 Oct 2001 09:44:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Should c->remaining become an apr_off_t? rv = ap_get_brigade(f->next, b, mode, readbytes); if (rv != APR_SUCCESS) return rv; if (ctx->state != BODY_NONE) >> ctx->remaining -= *readbytes; >> C:\clean\httpd-2.0\modules\http\http_protocol.c(581) : warning C4244: '-=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data