sacc

sacc(omys), simple console gopher client (mirror)
git clone https://git.parazyd.org/sacc
Log | Files | Refs | LICENSE

commit 4bd05245a7e902afa21a6985ac724bf7ab13ff50
parent 7147f4745a6d08c9986e26df265d59db174663f8
Author: Quentin Rameau <quinq@fifth.space>
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:
Msacc.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;