diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-02 01:40:34 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-02 01:40:34 +0000 |
| commit | 76ab56f350063985dbd9481c27fb5f00aa91fac1 (patch) | |
| tree | 2d36596e2e892f334875be3d6286688ea5d5589b /gnu/lib/libdialog/inputbox.c | |
| parent | d29895dc1a27ad80a121a6101c44d6c19da185f0 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/inputbox.c')
| -rw-r--r-- | gnu/lib/libdialog/inputbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/inputbox.c b/gnu/lib/libdialog/inputbox.c index 8bf384dcf9e8..197b4dfaedf7 100644 --- a/gnu/lib/libdialog/inputbox.c +++ b/gnu/lib/libdialog/inputbox.c @@ -85,6 +85,7 @@ int dialog_inputbox(unsigned char *title, unsigned char *prompt, int height, int print_button(dialog, " OK ", y, x, TRUE); first = 1; + strcpy(instr, result); while (key != ESC) { if (button == -1) { /* Input box selected */ |
