ed4ab15524
If you edit a zip file with Windows Explorer, it will rewrite the entire central directory, setting all files version_needed field to 2.0/MS-DOS, but it won't touch files that it doesn't plan to alter, so you might end up with a local header that doesn't match the central directory details. We aren't currently using the version_needed information, so now we just favor the local header's copy of it in case we ever need it, and don't complain if the central directory doesn't match. Fixes #24. |
||
---|---|---|
.github | ||
docs | ||
extras | ||
src | ||
test | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE.txt | ||
README.txt |
README.txt
PhysicsFS; a portable, flexible file i/o abstraction. https://icculus.org/physfs/ Please see the docs directory for documentation. Please see LICENSE.txt for licensing information.