bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Logic error


From: Werner LEMBERG
Subject: Re: Logic error
Date: Sun, 18 Aug 2002 01:33:03 +0200 (CEST)

> Another bug for you... Obviously (!c == -1) makes no sense.
>
> -         if (!c == EOF || !csdigit(c))
> +         if (c == EOF || !csdigit(c))

This has been fixed already on 2002-01-17, thanks.

I suggest you get the groff-1.18 sources; it contains a much better
manual for pic (pic.ms) with a fixed grammar description which is
really concise; additionally, GNU pic has an improved `with' attribute
to make it more compatible with AT&T pic.  And it has color support.


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]