Don't plumb info lines - sacc - sacc(omys), simple console gopher client | |
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/ | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 2e25654b851d97ab5738a82bd9d47aeb02128be1 | |
parent 86b389f19313f0a4479126b36176e52c9e3a610f | |
Author: Stefan Hagen | |
Date: Sat, 25 Aug 2018 00:04:02 +0200 Don't plumb info lines Diffstat: M sacc.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- | |
diff --git a/sacc.c b/sacc.c | |
@@ -721,6 +721,7 @@ dig(Item *entry, Item *item) case 'g': case 'I': plumbitem(item); + case 'i': return 0; } |