diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-16 14:37:37 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-16 14:37:37 +0000 |
| commit | 5f5d7caab1c5b509d30df5bd914f2b15998fca65 (patch) | |
| tree | 6d42ce10ce8c7263feab1c0a86525a16826ae40e /gnu/lib/libdialog/prgbox.c | |
| parent | 0066ef2281a7155ad3416190995f8398372b0816 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/prgbox.c')
| -rw-r--r-- | gnu/lib/libdialog/prgbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/prgbox.c b/gnu/lib/libdialog/prgbox.c index db825890a301..672609995542 100644 --- a/gnu/lib/libdialog/prgbox.c +++ b/gnu/lib/libdialog/prgbox.c @@ -27,7 +27,7 @@ * Display a message box. Program will pause and display an "OK" button * if the parameter 'pause' is non-zero. */ -int dialog_prgbox(unsigned char *title, const char *line, int height, int width, int pause, int use_shell) +int dialog_prgbox(unsigned char *title, const unsigned char *line, int height, int width, int pause, int use_shell) { int i, x, y, key = 0; WINDOW *dialog; |
