diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-14 00:13:37 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-14 00:13:37 -0400 |
commit | ed46d3cc0121dbce87345bbbb119cd4080c247c7 (patch) | |
tree | c34bdd611f309476e5c1c1d7b72bf43236b522fb /src/LYGetFile.c | |
parent | f1977d62c94d74a72d1c7a4abbbecdec21e3980e (diff) | |
download | lynx-snapshots-ed46d3cc0121dbce87345bbbb119cd4080c247c7.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16q
Diffstat (limited to 'src/LYGetFile.c')
-rw-r--r-- | src/LYGetFile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYGetFile.c b/src/LYGetFile.c index c979b5f9..3feebcc1 100644 --- a/src/LYGetFile.c +++ b/src/LYGetFile.c @@ -1,4 +1,4 @@ -/* $LynxId: LYGetFile.c,v 1.89 2013/05/01 00:21:02 tom Exp $ */ +/* $LynxId: LYGetFile.c,v 1.90 2013/10/12 14:51:18 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> #include <HTAnchor.h> /* Anchor class */ @@ -1138,7 +1138,7 @@ int follow_link_number(int c, /* * Get the number, possibly with a letter suffix, from the user. */ - if (LYgetBString(&temp, VISIBLE, sizeof(temp), NORECALL) < 0 || + if (LYgetBString(&temp, FALSE, sizeof(temp), NORECALL) < 0 || isBEmpty(temp)) { HTInfoMsg(CANCELLED); return (DO_NOTHING); |