tDo not treat errors as 'i'nformational type - sacc - simple console gopher client
HTML git clone git://src.adamsgaard.dk/sacc
DIR Log
DIR Files
DIR Refs
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
t@@ -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;