fix plumber for T type - sacc - sacc(omys), simple console gopher client
 (HTM) git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 21d46d603a3697f04072e4c0edb0076b4a215a2e
 (DIR) parent 4fe03eaa05536aac1704b92c0267fb099125a3a3
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  3 Feb 2024 11:30:50 +0100
       
       fix plumber for T type
       
       Diffstat:
         M sacc.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/sacc.c b/sacc.c
       @@ -848,7 +848,7 @@ dig(Item *entry, Item *item)
                                     item->selector, item->selector ? "@" : "",
                                     item->host, item->port) == -1)
                                return 0;
       -                execuri(plumburi, "Plumbed", plumburi);
       +                execuri(plumber, "Plumbed", plumburi);
                        free(plumburi);
                        return 0;
                default: