32768 = 2**15
Sounds like an integer overflow, however since the cover browser use the int datatype which is capable of storing much larger numbers, I dont see why 2**15 should overflow, and I really dont feel like creating such a large library to track it down.
|