Re: 1.3.69: lxdialog (for menuconfig) fix

William E. Roadcap (roadcapw@cfw.com)
Wed, 28 Feb 1996 09:18:23 -0500 (EST)


On Tue, 27 Feb 1996, Delbert Matlock wrote:

> OK, this was a simple one. Apparently, the defintion for dialog_checklist()
> in "checklist.c" changed to add an extra parameters. Unfortunately,
> "dialog.h" didn't get updated to match. This patch needs to be applied from
> the "scripts/lxdialog" directory to fix the problem.

No, just the opposite. I was removing some unused code and somehow part
of the patch didn't get to Linus.

You should remove the 'separate_output' parameter from the checklist.c file.
___
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;