bug-ncurses
[Top][All Lists]
Advanced

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

Re: [bug-ncurses] ANN: ncurses-6.4-20230429


From: Dr. Werner Fink
Subject: Re: [bug-ncurses] ANN: ncurses-6.4-20230429
Date: Tue, 2 May 2023 09:44:08 +0200

>  NEWS                             |   10 +++++++-
>  VERSION                          |    2 -
>  dist.mk                          |    4 +--
>  include/nc_access.h              |   14 ++++++------

[...]

>  
> 20230429
>       + revise recent change to _nc_write_entry to isolate it to a Cygwin bug
>         (cf: 20230311)
>       + amend fix for wgetnstr, wgetn_wstr to use cbreak mode unless raw
>         mode was set (cf: 20210522).
>       + fix a few warnings from cppcheck, etc.
>       + correct copy/paste error in nc_access.h (report by Werner Fink).

Guess:

 #define safe_open2(name,flags)      _nc_safe_open2(name,flags,0)

should be

 #define safe_open2(name,flags)      _nc_safe_open3(name,flags,0)

as there seems to be no _nc_safe_open2()

Werner

-- 
  "Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool." -- Edward Burr

Attachment: signature.asc
Description: PGP signature


reply via email to

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