Yep, my bad. I assume that it was because I neglected to take into
account that Random.nextInt() could also return negative numbers...
doh! Fixed now.
Ian.
> This yours Ian:
>
> java.lang.ArrayIndexOutOfBoundsException
> at java.lang.System.arraycopy(Native Method)
> at Freenet
(didn't get this back, so I'll try again)
This yours Ian:
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at Freenet.support.CyclicArray.insert(CyclicArray.java:106)
at Freenet.node.StandardDataStore.put(StandardDataStore.java:352)