Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Compilation error in Src/Modules/curses.c on HP-UX



On Sun, Dec 16, 2007 at 05:42:31PM -0800, Wayne Davison wrote:
> On Mon, Dec 17, 2007 at 12:41:33AM +0000, Paul Ackersviller wrote:
> > 1332     if (getyx(w->win, intarr[0], intarr[1]) == ERR ||
> > 1333   getbegyx(w->win, intarr[2], intarr[3]) == ERR ||
> > 1334   getmaxyx(w->win, intarr[4], intarr[5]) == ERR)
> 
> These are all defined as returning void in both the linux docs and hp
> docs that I checked.  So this checking of the return values is illegal.

For the record, your patch solved my HP and curses problem -- thanks.



Messages sorted by: Reverse Date, Date, Thread, Author