Closed GoogleCodeExporter closed 9 years ago
Just realized the line number (430) is probably incorrect because I already
modified match.go with my fix for issue # 8.
if m1 < chunkStart {
break
}
+ g.Match = true
if g.L {
fmt.Fprintf(g.Stdout, "%s\n", name)
return
}
Original comment by dgryski
on 29 Jan 2012 at 8:53
This issue was closed by revision 52cb1715a33c.
Original comment by dgryski
on 2 May 2012 at 8:56
Original issue reported on code.google.com by
dgryski
on 29 Jan 2012 at 8:27