loop: fix another loop continuuation
This commit is contained in:
parent
37941e59f5
commit
c3ba0bbb16
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ pub fn Loop(comptime T: type) type {
|
|||
buf[seq_start - initial_start] = buf[seq_start];
|
||||
}
|
||||
read_start = seq_start - initial_start + 1;
|
||||
continue;
|
||||
continue :read_loop;
|
||||
}
|
||||
read_start = 0;
|
||||
seq_start += result.n;
|
||||
|
|
Loading…
Add table
Reference in a new issue