Introduction
Introduction Statistics Contact Development Disclaimer Help
fix plumber for T type - sacc - sacc - sacc(omys), simple console gopher client…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit 21d46d603a3697f04072e4c0edb0076b4a215a2e
parent 4fe03eaa05536aac1704b92c0267fb099125a3a3
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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:
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.