Introduction
Introduction Statistics Contact Development Disclaimer Help
fix fallthrough, search items were displayed incorrectly - gopherproxy-c - Goph…
git clone git://git.codemadness.org/gopherproxy-c
Log
Files
Refs
README
LICENSE
---
commit 68d669677f9f159d33c5b8f369f716edd2dd91e0
parent a3dbec3aff240cf18792ac54e40d7ea04dae4d07
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 12 Aug 2018 19:28:09 +0200
fix fallthrough, search items were displayed incorrectly
Diffstat:
M gopherproxy.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/gopherproxy.c b/gopherproxy.c
@@ -317,6 +317,7 @@ servedir(const char *server, const char *port, const char *…
fputs(
"\" name=\"p\" value=\"\" size=\"72\" />"
"<input type=\"submit\" value=\"Search\" /></p…
+ break;
default: /* other */
fputs(typestr(v._type), stdout);
fputs(" <a href=\"", stdout);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.