bug-texinfo
[Top][All Lists]
Advanced

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

Re: problem with --enable-encoding


From: Eli Zaretskii
Subject: Re: problem with --enable-encoding
Date: Sun, 11 Jul 2004 19:43:34 +0200

> Date: Sun, 11 Jul 2004 09:25:55 -0400
> From: address@hidden (Karl Berry)
> 
> *** 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);
>           }

Ouch!  Is there no other way?  IMHO, using direct fwrite's is BAD, as
it bypasses the normal stream of makeinfo's output.




reply via email to

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