[stringtemplate-interest] Possible bug in AutoIndentWriter.pushAnchorPoint
Sam Harwell
sharwell at pixelminegames.com
Mon Oct 13 13:13:41 PDT 2008
Should the following line in AutoIndentWriter.pushAnchorPoint:
System.arraycopy(anchors, 0, a, 0, anchors.length-1);
Be this?
System.arraycopy(anchors, 0, a, 0, anchors.length);
Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org:8080/pipermail/stringtemplate-interest/attachments/20081013/91f2b59c/attachment.html
More information about the stringtemplate-interest
mailing list