groff
[Top][All Lists]
Advanced

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

Re: [Groff] Bug in html backend


From: Ralph Corderoy
Subject: Re: [Groff] Bug in html backend
Date: Thu, 15 Aug 2002 16:34:47 +0100

Hi Mark,

> address@hidden groff -m mandoc -T html /local/tools/man/man1/perlform.1
> post-grohtml:/local/tools/share/groff/site-tmac/man.local:4281:fatal
> error: need to increase char_block::SIZE

As a quick fix, increase the 256 here in
src/devices/grohtml/post-html.cc to some number that makes the error go
away.

    struct char_block {
      enum { SIZE = 256 };
      char          buffer[SIZE];
      int           used;
      char_block   *next;

      char_block();
    };

Cheers,


Ralph.


reply via email to

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