Do not treat errors as 'i'nformational type - sacc - sacc(omys), simple console gopher client
HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR LICENSE
---
DIR commit 8d0163379ff957cb3cd4a48e61fd7eddfeef82ab
DIR parent 5605a35bd79b0d03c637f729c0fd32c813c74e00
HTML Author: Quentin Rameau <quinq@fifth.space>
Date: Sat, 8 Jul 2017 00:08:58 +0200
Do not treat errors as 'i'nformational type
Diffstat:
M sacc.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/sacc.c b/sacc.c
@@ -200,7 +200,6 @@ molditem(char **raw)
item = xcalloc(sizeof(Item));
if ((next = invaliditem(*raw))) {
- item->type = 'i';
item->username = *raw;
*raw = next;
return item;