A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon c8cce63b0e 7z: copy/paste error in error checking, found by static analysis.
This was clearly copied from a previous line but wasn't updated with the
correct condition to check, so if malloc() failed, it would dereference NULL
instead of reporting an error.
(transplanted from 1dc6e265fefcc1fec8d68f096a73e1dca4bf0691)
2020-05-17 01:26:31 -04:00
docs Minor style fix in docs/INSTALL.txt 2020-05-12 01:04:09 -04:00
extras Move buildbot script changes to stable-3.0 branch. 2020-05-17 00:58:55 -04:00
src 7z: copy/paste error in error checking, found by static analysis. 2020-05-17 01:26:31 -04:00
test Bumped version to 3.0.2! 2019-03-18 14:35:44 -04:00
.hgignore Added .hgignore ... 2009-03-28 18:15:35 -04:00
CMakeLists.txt cmake: Minimum CMake version is now 2.8.12. 2019-05-20 23:38:12 -04:00
LICENSE.txt Updated copyright for 2020. 2020-05-12 00:54:52 -04:00
README.txt Minor documentation updates. 2017-07-22 13:48:31 -04:00

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.