]> git.xonotic.org Git - xonotic/darkplaces.git/commit
properly use lseek64 on Linux for files larger than 2GB
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 28 Feb 2011 19:48:49 +0000 (19:48 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 28 Feb 2011 19:48:49 +0000 (19:48 +0000)
commit6095a33fdc4a434d11de102b445515021847cfce
treef74db9991a96a4d4bae18e1c6b899de74a79c39d
parent3761e18506327d87959650855e5e233c20b766b4
properly use lseek64 on Linux for files larger than 2GB
fix pak and pk3 loading to use unsigned int to allow 4GB archives rather
than erroring on files beyond 2GB

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10870 d7cf8633-e32d-0410-b094-e92efae38249
fs.c