Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 17323 invoked by uid 6000); 2 Mar 1998 14:11:08 -0000 Received: (qmail 17315 invoked from network); 2 Mar 1998 14:11:07 -0000 Received: from thoth.mch.sni.de (192.35.17.2) by taz.hyperreal.org with SMTP; 2 Mar 1998 14:11:07 -0000 X-Envelope-Sender-Is: Martin.Kraemer@mch.sni.de (at relayer thoth.mch.sni.de) Received: from deejai.mch.sni.de (deejai.mch.sni.de [139.25.105.242]) by thoth.mch.sni.de (8.8.8/8.8.8) with ESMTP id PAA21017 for ; Mon, 2 Mar 1998 15:11:05 +0100 (MET) Received: (from martin@localhost) by deejai.mch.sni.de (8.8.7/8.8.7) id PAA03319; Mon, 2 Mar 1998 15:11:04 +0100 (MET) Message-ID: <19980302151102.52337@deejai.mch.sni.de> Date: Mon, 2 Mar 1998 15:11:02 +0100 From: Martin Kraemer To: new-httpd@apache.org Subject: Re: [PATCH] Config File Line Continuation (take 3) References: <199803020910.KAA12793@en1.engelschall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199803020910.KAA12793@en1.engelschall.com>; from "Ralf S. Engelschall" on Mon, Mar 02, 1998 at 10:10:43AM +0100 Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Mon, Mar 02, 1998 at 10:10:43AM +0100, Ralf S. Engelschall wrote: > + if (cp > cbuf && *(cp-1) == LF) { > + cp--; > + if (cp > cbuf && *(cp-1) == CR) > + cp--; > + if (cp > cbuf && *(cp-2) == '\\' ^Isn't this a cp[-1]? > + && !(cp > cbuf+1 && *(cp-2) == '\\')) { > + cbuf = --cp; Otherwise, +1. Martin -- | S I E M E N S | | Siemens Nixdorf | ------------- | Voice: +49-89-636-46021 | Informationssysteme AG | N I X D O R F | FAX: +49-89-636-44994 | 81730 Munich, Germany ~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request