Vanilla Clients Maling Clients Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VANILLA-CLIENTS:54] Segfaults on Linux.
The problem is the following line in your .netrekrc:
scrollSaveLines: -1
This is not a valid configuration line. This needs to be at least
zero in order for this to work.
Here is a hackypatch for the developers:
*** x11window.c.old Tue May 4 10:26:12 1999
--- x11window.c Tue May 4 10:28:02 1999
***************
*** 2253,2259 ****
/* simple, fast */
sw = (struct scrollingWindow *) win->data;
! if (sw->lines > scroll_lines /* some large number */ )
{
/* resuse tail */
new = sw->tail;
--- 2253,2259 ----
/* simple, fast */
sw = (struct scrollingWindow *) win->data;
! if (sw->lines && sw->lines > scroll_lines /* some large number */)
{
/* resuse tail */
new = sw->tail;
_______________________________________________________
Get your free, private email at http://mail.excite.com/