]> err.no Git - linux-2.6/blobdiff - scripts/lxdialog/inputbox.c
[PATCH] largefile support for accounting
[linux-2.6] / scripts / lxdialog / inputbox.c
index fa7bebc693b932d36c86cb8c6d19d3fd8a5bd999..074d2d68bd31fbcc35d5c785db79f72977d4dfb1 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "dialog.h"
 
-unsigned char dialog_input_result[MAX_LEN + 1];
+char dialog_input_result[MAX_LEN + 1];
 
 /*
  *  Print the termination buttons
@@ -48,7 +48,7 @@ dialog_inputbox (const char *title, const char *prompt, int height, int width,
 {
     int i, x, y, box_y, box_x, box_width;
     int input_x = 0, scroll = 0, key = 0, button = -1;
-    unsigned char *instr = dialog_input_result;
+    char *instr = dialog_input_result;
     WINDOW *dialog;
 
     /* center dialog box on screen */