Closed GoogleCodeExporter closed 9 years ago
Hi,
I have the same problem, but it gets more complicated when we use Path reuse.
This is my correction.
Thanks
Original comment by fabien.c...@gmail.com
on 1 May 2009 at 5:31
Attachments:
This looks pretty obvious in revision 10
int i = 0
...
i++
...
if (i == 0)
But it was fixed in revision 65
boolean first = true
...
if (first)
...
first = false
Original comment by neilboyd
on 26 Mar 2010 at 2:43
Original issue reported on code.google.com by
LudwigBr...@gmail.com
on 2 Feb 2009 at 8:28Attachments: