groff
[Top][All Lists]
Advanced

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

[Groff] Re: groff 1.17: pre-grohtml's unsafe temporary file handling & o


From: Gaius Mulley
Subject: [Groff] Re: groff 1.17: pre-grohtml's unsafe temporary file handling & other improvements
Date: Tue, 19 Jun 2001 14:50:59 +0100

> I've finally applied your patch with minor changes/additions.  Thanks
> a lot for your patience!

no problem..

> Please test.

ok have done and there is a minor error, here is the patch:

thanks Gaius

diff -a -c -r1.44 input.cc
*** input.cc    2001/06/18 22:37:34     1.44
--- input.cc    2001/06/19 13:37:28
***************
*** 4386,4392 ****
    int c = tok.ch();
    if (c != '[') {
      error("argument(s) of \\O must be enclosed in brackets (got %1)",
!         char(s));
      return 0;
    }
    tok.next();
--- 4386,4392 ----
    int c = tok.ch();
    if (c != '[') {
      error("argument(s) of \\O must be enclosed in brackets (got %1)",
!         char(c));
      return 0;
    }
    tok.next();


reply via email to

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