]> git.saurik.com Git - apt.git/commit
apt-pkg:contrib Avoid compiler warning about sign-compare
authorÁngel Guzmán Maeso <shakaran@gmail.com>
Wed, 21 Aug 2013 17:38:35 +0000 (19:38 +0200)
committerMichael Vogt <mvo@debian.org>
Thu, 22 Aug 2013 20:25:44 +0000 (22:25 +0200)
commitec4835a14aae3d4995894c44ec4c4801bac0235d
treebc5d1fe6d0e2891347ddf3d2e29549fa91149aa0
parentfbe0969131dc2472bcefbceaf390015ba68e1327
apt-pkg:contrib Avoid compiler warning about sign-compare

The fix avoid the warning "comparison between signed and
unsigned integer expressions [-Wsign-compare]"· The index for the loop needs
to be unsigned for compare with globbuf.gl_pathc structure
member
apt-pkg/contrib/fileutl.cc