diff options
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); |