The Fix.

In line 131 of Crawl.java

Generate no longer returns segments like it used to. Now it returns segs.

line 131 needs to read

 If (segs == null)

 Instead of the current

If (segments == null)

After that change and a recompile, crawl is working just fine.

Reply via email to