Don't disable 'g'if type. - sacc - sacc(omys), simple console gopher client | |
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/ | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 4bd05245a7e902afa21a6985ac724bf7ab13ff50 | |
parent 7147f4745a6d08c9986e26df265d59db174663f8 | |
Author: Quentin Rameau | |
Date: Sat, 24 Feb 2018 13:36:38 +0100 Don't disable 'g'if type. Also remove an unused variable leftover from the telnet patch. Diffstat: M sacc.c | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) --- | |
diff --git a/sacc.c b/sacc.c | |
@@ -650,7 +650,6 @@ dig(Item *entry, Item *item) free(plumburi); return 0; case 'g': - return 0; case 'I': plumbitem(item); return 0; @@ -715,8 +714,6 @@ searchitem(Item *entry, Item *item) static void printout(Item *hole) { - char *printuri = NULL; - if (!hole) return; |