map files over 2GB could not be loaded
- fixed a size comparison using "signed int" that failed if the file size was more than 2GB, since that was treated as a negative number.
- incidentally renamed deserialize32() to just deserialize(). we no longer have separate 32 and 64 bit rbtdb implementations.
Closes #2878 (closed)
Edited by Evan Hunt