tDon't disable 'g'if type. - sacc - sacc(omys), simple console gopher client (mirror)
 (HTM) git clone https://git.parazyd.org/sacc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 4bd05245a7e902afa21a6985ac724bf7ab13ff50
 (DIR) parent 7147f4745a6d08c9986e26df265d59db174663f8
 (HTM) 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:
         M sacc.c                              |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/sacc.c b/sacc.c
       t@@ -650,7 +650,6 @@ dig(Item *entry, Item *item)
                        free(plumburi);
                        return 0;
                case 'g':
       -                return 0;
                case 'I':
                        plumbitem(item);
                        return 0;
       t@@ -715,8 +714,6 @@ searchitem(Item *entry, Item *item)
        static void
        printout(Item *hole)
        {
       -        char *printuri = NULL;
       -
                if (!hole)
                        return;