1.3.69: lxdialog (for menuconfig) fix

Delbert Matlock (matlockd@teksouth.com)
Tue, 27 Feb 1996 08:41:38 -0600


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.

*** dialog.h~ Tue Feb 27 08:26:02 1996
--- dialog.h Tue Feb 27 08:26:02 1996
***************
*** 141,147 ****
const char * const * items);
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);
extern unsigned char dialog_input_result[];
int dialog_inputbox (const char *title, const char *prompt, int height,
int width, const char *init);
--- 141,147 ----
const char * const * items);
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);
extern unsigned char dialog_input_result[];
int dialog_inputbox (const char *title, const char *prompt, int height,
int width, const char *init);