about summary refs log tree commit diff
path: root/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'seq.c')
-rw-r--r--seq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/seq.c b/seq.c
index 4c26f4d..15e7b25 100644
--- a/seq.c
+++ b/seq.c
@@ -212,7 +212,6 @@ parse_range(char *a, long *start, long *stop, long cur, long lines)
 			char *b = parse_relnum(a, cur, lines, stop);
 			if (a == b)
 				return 0;
-			a = b;
 		}
 	} else if (!*a) {
 		*stop = *start;