From d1349dd61e0c9248ec9be3edaa37a67952e44300 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 3 Jun 2001 21:17:35 -0400 Subject: snapshot of project "lynx", label v2-8-4dev_21 --- src/LYPrint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LYPrint.c') diff --git a/src/LYPrint.c b/src/LYPrint.c index 12bf6605..360330a5 100644 --- a/src/LYPrint.c +++ b/src/LYPrint.c @@ -188,7 +188,7 @@ PRIVATE int RecallFilename ARGS5( *total = (sug_filenames ? HTList_count(sug_filenames) : 0); *now = *total; } - recall = ((*total >= 1) ? RECALL : NORECALL); + recall = ((*total >= 1) ? RECALL_URL : NORECALL); if ((ch = LYgetstr(filename, VISIBLE, LY_MAXPATH, recall)) < 0 || *filename == '\0' || ch == UPARROW || ch == DNARROW) { @@ -509,7 +509,7 @@ PRIVATE void send_file_to_mail ARGS3( _statusline(MAIL_ADDRESS_PROMPT); LYstrncpy(user_response, personal_mail_address, sizeof(user_response)-1); - if (LYgetstr(user_response, VISIBLE, sizeof(user_response), NORECALL) < 0 || + if (LYgetstr(user_response, VISIBLE, sizeof(user_response), RECALL_MAIL) < 0 || *user_response == '\0') { CancelPrint(MAIL_REQUEST_CANCELLED); } -- cgit 1.4.1-2-gfad0