diff options
| author | jakob <jakob@memeware.net> | 2017-03-03 21:04:36 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-03-03 21:04:36 -0500 |
| commit | 79db4fa8975cd445958f88a046c75243300b7b69 (patch) | |
| tree | 778798ac4f33cd0856ab58d4158f467d29cb3bca /README.md | |
| parent | 54f6e79c278f946512458238ec200ffcce3c08e3 (diff) | |
Implemented error checking to prevent against segfaulting when a corrupted archive is encountered.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Nekopack can be compiled on Linux by running `make` from the repository's root d *BSD users will have to install and run `gmake` to build Nekopack. -The test suite can be run with `make test` or `gmake test`. +The test suite is run with `make test` or `gmake test`, depending on your platform. TODO |