lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev DOS newsposting - PATCH


From: T.E.Dickey
Subject: Re: lynx-dev DOS newsposting - PATCH
Date: Fri, 23 Jul 1999 08:26:18 -0400 (EDT)

> -    if ((fd = LYOpenTemp(my_tempfile, HTML_SUFFIX, "w")) == NULL) { 
> +#ifdef __DJGPP__ 
> +    if ((fd = LYOpenTemp(my_tempfile, HTML_SUFFIX, "wb")) == NULL) 
> +#else 
> +    if ((fd = LYOpenTemp(my_tempfile, HTML_SUFFIX, "w")) == NULL) 
> +#endif /* __DJGPP__ */ 

can we use binary mode on all of these, or is DJGPP special?

(I have a to-do item to change all of these "w" and "wb" to symbols
anyway, would like to know if it's ok to simplify things).

> Doug Kaufman 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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