tDo not treat errors as 'i'nformational type - sacc - sacc (saccomys): simple gopher client.
Log
Files
Refs
LICENSE
---
commit 8d0163379ff957cb3cd4a48e61fd7eddfeef82ab
parent 5605a35bd79b0d03c637f729c0fd32c813c74e00
Author: Quentin Rameau 
Date:   Sat,  8 Jul 2017 00:08:58 +0200

Do not treat errors as 'i'nformational type

Diffstat:
  sacc.c                              |       1 -

1 file changed, 0 insertions(+), 1 deletion(-)
---
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;