Message-Id: <199809020020.UAA07558@delorie.com> Comments: Authenticated sender is From: "George Foot" To: Eli Zaretskii Date: Tue, 1 Sep 1998 19:51:52 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: mkdoc.cc patch Reply-to: mert0407 AT sable DOT ox DOT ac DOT uk CC: djgpp-workers AT delorie DOT com Precedence: bulk On 1 Sep 98 at 11:17, Eli Zaretskii wrote: > On Sun, 23 Aug 1998, George Foot wrote: > > > ! else if (strncmp (line, "@port-note ", 11) == 0) > > Please do not force people to use a blank, it can be a TAB. You > already tested with isspace in other cases, so why not here? True, but I think you'll find that the patch I posted on 23 Aug was actually correcting that mistake. :) Later in my post: ! else if ((strncmp (line, "@port-note", 10) == 0) && isspace (line[10])) -- george DOT foot AT merton DOT oxford DOT ac DOT uk -- george DOT foot AT merton DOT oxford DOT ac DOT uk