* methods/bzip2.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 16 Aug 2010 10:12:51 +0000 (12:12 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 16 Aug 2010 10:12:51 +0000 (12:12 +0200)
commit6802b90c0871726f0018b2c3c059bf8c95a4a710
tree1fa6162a9a884565b970567bada109a67de42a80
parentea6db08d45e012d577f3081fa2070db9e034add9
* methods/bzip2.cc:
  - 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
debian/changelog
methods/bzip2.cc