summaryrefslogtreecommitdiffstats
path: root/src/util/zbin.c
Commit message (Collapse)AuthorAgeFilesLines
* [util] Add optional debug messages to zbin.cMichael Brown2008-10-101-0/+27
|
* [util] Avoid calling fclose(NULL) in zbin.cEygene Ryabinkin2008-09-041-1/+2
| | | | | | | | Must check that argument to a fclose() is not NULL -- we can get to the 'err' label when file was not opened. fclose(NULL) is known to produce core dump on some platforms and we don't want zbin to fail so loudly. Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* Compressed ROM images now work.Michael Brown2007-07-161-0/+325