lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV saving a local file in lynx386 version


From: Doug Kaufman
Subject: Re: LYNX-DEV saving a local file in lynx386 version
Date: Wed, 3 Dec 1997 18:17:03 -0800 (PST)

On Wed, 3 Dec 1997, Sabato De Rosa wrote:

> Actually it happens that if a current document must be saved using the print
> option and "save to a local file" suboption, the same document will be saved
> without the CR character at end of line. Is it possible to restore old
> situation for dos version? Where (in which source) I can see?

See LYMain.c, about line 560:
#ifdef DJGPP
    sock_init();
    _fmode = O_BINARY;
#endif

_fmode = O_BINARY sets the default file type to binary on fopen.

                           Doug
__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden

reply via email to

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