25 Sep
2007
25 Sep
'07
5:11 a.m.
Alan DeKok wrote:
Peter, David and I talked about it including jradius in the tree. It's used by a fair number of people, and it's useful.
I've also taken the liberty of clarifying some of the code. It uses 'int' as a 4-byte number, but 'int' is 64-bits on some systems. I've replaced those references with 'uint32_t', which is guaranteed to be a 4-byte integer. Alan DeKok.