lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV 2-7ac-0.31 startup bug


From: Bela Lubkin
Subject: LYNX-DEV 2-7ac-0.31 startup bug
Date: Sat, 22 Mar 1997 05:44:01 -0800

In src/LYCurses.c,

/*
 * Hold the codes for color-pairs here until 'initscr()' is called.
 */
PRIVATE struct {
    int fg;
    int bg;
} lynx_color_pairs[17];    /* no good */

This array is used up to and including element #24 (n+17, where n ranges
up to 7), so it should be declared lynx_color_pairs[25].

>Bela<
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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