Re: make menuconfig problem

William E. Roadcap (roadcapw@cfw.com)
Tue, 27 Feb 1996 21:28:14 -0500 (EST)


On Wed, 28 Feb 1996, Richard Waltham wrote:

> Hi,
>
> Just tried make menuconfig for the first time on Linux 1.3.69 - real neat.
>
> Just one small problem with a function call to dialog_checklist in
> ../linux/scripts/lxdialog/checklist.c

[WER: Richard's patch unquoted and moved for benefit of list readers.]

Thanks Richard,

Sure enough, I took a look at the patch I sent Linus and somehow that
didn't get in the diff.

Sorry for any inconvenience I have caused anyone.
___
William E. Roadcap mailto://roadcapw@cfw.com
TITUS Software ftp://titus.cfw.com/pub
Waynesboro, Va (USA) http://www.cfw.com/~roadcapw
............................................................................

--- linux/scripts/lxdialog/checklist.c~ Wed Feb 28 01:23:24 1996
+++ linux/scripts/lxdialog/checklist.c Wed Feb 28 01:23:24 1996
@@ -113,8 +113,7 @@
*/
int
dialog_checklist (const char *title, const char *prompt, int height, int width,
- int list_height, int item_no, const char * const * items, int flag,
- int separate_output)
+ int list_height, int item_no, const char * const * items, int flag)
{
int i, x, y, cur_x, cur_y, box_x, box_y;
int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status;