fix offset counting with repeats

This commit is contained in:
Neale Pickett 2013-07-23 16:53:51 -06:00
parent c47e11c329
commit 2dac9eb350
1 changed files with 1 additions and 0 deletions

1
hd.go
View File

@ -46,6 +46,7 @@ func main() {
if ! skipping {
fmt.Println("*")
}
offset += n
skipping = true
continue
}