about summary refs log tree commit diff
path: root/blaze822.c
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.c')
-rw-r--r--blaze822.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/blaze822.c b/blaze822.c
index 6a5c305..0434d89 100644
--- a/blaze822.c
+++ b/blaze822.c
@@ -277,8 +277,6 @@ blaze822_addr(char *s, char **dispo, char **addro)
 			if (memchr(tok, '@', c - tok))
 				not_addr = 1;  // @ inside "" is never an addr
 
-			if (tc != ttok)
-				tc += safe_append_space(ttok, sizeof ttok);
 			tc += safe_append(ttok, sizeof ttok, tok, c);
 		} else if (*s == '(') {
 			char *z = skip_comment(s);