Age | Commit message (Collapse) | Author |
|
- empty files can never be valid archives (Closes: #595691)
|
|
- fix error checking for read in case of failing bzip2/lzma/whatever
Spotted by -Wextra:
bzip2.cc: In member function ‘virtual bool Bzip2Method::Fetch(pkgAcqMethod::FetchItem*)’:
bzip2.cc:108:19: warning: comparison of unsigned expression < 0 is always false
bzip2.cc:111:19: warning: comparison of unsigned expression < 0 is always false
|
|
|
|
- add a copycat of the old gzip.cc as we need it for bzip2 and lzma
|