diff options
Diffstat (limited to 'scripts/lxdialog/inputbox.c')
| -rw-r--r-- | scripts/lxdialog/inputbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lxdialog/inputbox.c b/scripts/lxdialog/inputbox.c index fa7bebc693b9..074d2d68bd31 100644 --- a/scripts/lxdialog/inputbox.c +++ b/scripts/lxdialog/inputbox.c | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | #include "dialog.h" | 22 | #include "dialog.h" |
| 23 | 23 | ||
| 24 | unsigned char dialog_input_result[MAX_LEN + 1]; | 24 | char dialog_input_result[MAX_LEN + 1]; |
| 25 | 25 | ||
| 26 | /* | 26 | /* |
| 27 | * Print the termination buttons | 27 | * Print the termination buttons |
| @@ -48,7 +48,7 @@ dialog_inputbox (const char *title, const char *prompt, int height, int width, | |||
| 48 | { | 48 | { |
| 49 | int i, x, y, box_y, box_x, box_width; | 49 | int i, x, y, box_y, box_x, box_width; |
| 50 | int input_x = 0, scroll = 0, key = 0, button = -1; | 50 | int input_x = 0, scroll = 0, key = 0, button = -1; |
| 51 | unsigned char *instr = dialog_input_result; | 51 | char *instr = dialog_input_result; |
| 52 | WINDOW *dialog; | 52 | WINDOW *dialog; |
| 53 | 53 | ||
| 54 | /* center dialog box on screen */ | 54 | /* center dialog box on screen */ |
