зеркало из https://github.com/mozilla/gecko-dev.git
337c696973
Summary: Adds some missing braces on if structures Adds a check for i being larger or equal to nb Reviewers: rstrong Reviewed By: rstrong Bug #: 1468542 Differential Revision: https://phabricator.services.mozilla.com/D12193 --HG-- extra : rebase_source : 51a99f5376ed8877162e82b6c15f147df81981f8 |
||
---|---|---|
.. | ||
sign | ||
src | ||
tests | ||
tool | ||
verify | ||
README | ||
moz.build |
README
This directory contains code for a simple archive file format, which is documented at http://wiki.mozilla.org/Software_Update:MAR The src directory builds a small static library used to create, read, and extract an archive file. The tool directory builds a command line utility around the library.