rockbox/utils/zenutils
Amaury Pouly 2f1da04cc3 zenutils/update_extract: make sure the archive is valid
The update_extract tool works by finding the compressed size and
the compressed data in the updater. This is problematic since
without the uncompressed size, inflate can produce extra bytes
at end. This is not a problem for our tools but the device will
plain reject it if sent by MTP/sendfirm for example.
Workaround this issue by reading and rewriting the archive
after decompression so that only the meaningfull data is written.

Change-Id: I117f434b92a56d93d269af49c3e426cd8cc0c7e4
2012-06-27 14:56:20 +02:00
..
libraries Revert nonsense change. 2011-02-02 22:02:56 +00:00
source zenutils/update_extract: make sure the archive is valid 2012-06-27 14:56:20 +02:00
CMakeLists.txt Fix ZenUtils compilation 2009-06-10 15:14:32 +00:00
COPYING Delete the svn:executable property and set svn:eol-style to native for all those text files. 2008-07-11 16:51:25 +00:00
notes.txt Delete the svn:executable property and set svn:eol-style to native for all those text files. 2008-07-11 16:51:25 +00:00