Commit 0a3bcad07ee1de26dea22451952b55f0568e2985

Alex Budovski 2011-01-10T14:57:06

Fix Windows build with forced bit truncation. Windows uses a 64 bit time_t by default and assigning to unsigned int causes a 64 -> 32 bit truncation warning. This change forces the truncation, acknowledging the implications detailed in the file comments. Also, blobs are limited to 32 bit file sizes for the same reason (on all platforms).