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, 2 insertions, 0 deletions
diff --git a/blaze822.c b/blaze822.c
index 0f35da7..f3b056b 100644
--- a/blaze822.c
+++ b/blaze822.c
@@ -293,6 +293,8 @@ blaze822_addr(char *s, char **dispo, char **addro)
 				// in ipv6 address
 				if (tc < te)
 					*tc++ = *s++;
+				else
+					s++;
 			} else {  // ignore group name and start over
 				s++;
 				tc = ttok;