diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-02-15 04:10:19 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-02-15 04:10:19 -0500 |
commit | 383b3f2ddbc1e2b64996958c1d9d944979fd190b (patch) | |
tree | 5c448e24f1b69593713b31529d1bdedf39a22a9d /WWW/Library/Implementation/HTVMS_WaisProt.c | |
parent | d61bc4e56055c372ab0b8d027f376c2f4a2ecfff (diff) | |
download | lynx-snapshots-383b3f2ddbc1e2b64996958c1d9d944979fd190b.tar.gz |
snapshot of project "lynx", label v2-8-3dev_19
Diffstat (limited to 'WWW/Library/Implementation/HTVMS_WaisProt.c')
-rw-r--r-- | WWW/Library/Implementation/HTVMS_WaisProt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTVMS_WaisProt.c b/WWW/Library/Implementation/HTVMS_WaisProt.c index 76081407..9fddc10b 100644 --- a/WWW/Library/Implementation/HTVMS_WaisProt.c +++ b/WWW/Library/Implementation/HTVMS_WaisProt.c @@ -865,6 +865,7 @@ char* buffer; size -= (buf - originalBuf); } } + /* FALLTHRU */ case DT_Source: buf = readString(&source,buf); break; @@ -1204,6 +1205,7 @@ char* buffer; size -= (buf - originalBuf); } } + /* FALLTHRU */ case DT_Source: buf = readString(&source,buf); break; @@ -2193,7 +2195,7 @@ query_term** terms; docTerm = terms[termNum]; if (docTerm == NULL) - break; /* we're done converting */; + break; /* we're done converting */ typeTerm = terms[termNum + 1]; /* get the lead Term if it exists */ |