bug-texinfo
[Top][All Lists]
Advanced

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

Re: problem with --enable-encoding


From: Karl Berry
Subject: Re: problem with --enable-encoding
Date: Sun, 11 Jul 2004 09:25:55 -0400

    Any reason why `groff' doesn't have a Local Variables section?  The
    copyright section could be in, say, German.

Right.  Here's the patch.  Thanks.

*** node.c.~1.19.~      Sun Apr 11 11:42:24 2004
--- node.c      Sun Jul 11 06:20:39 2004
***************
*** 1886,1892 ****
        /* preserve local variables in info output.  */
        if (trailer)
          {
!           insert_string (trailer);
            free (trailer);
          }
  
--- 1886,1892 ----
        /* preserve local variables in info output.  */
        if (trailer)
          {
!           fwrite (trailer, 1, trailer_len, output_stream);
            free (trailer);
          }
  




reply via email to

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