Mail Archives: djgpp-workers/1998/09/01/20:20:29
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
- Raw text -