Browse Source

* slightly cosmetic change in methods/gpgv.cc

debian/1.8.y
Michael Vogt 18 years ago
parent
commit
ec048f6336
  1. 3
      methods/gpgv.cc

3
methods/gpgv.cc

@ -100,8 +100,7 @@ const char *GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
if (_config->FindB("Debug::Acquire::gpgv", false))
{
std::cerr << "Preparing to exec: " << gpgvpath;
int j;
for(j=0;Args[j] != NULL; j++)
for(unsigned int j=0;Args[j] != NULL; j++)
std::cerr << Args[j] << " ";
std::cerr << std::endl;
}

Loading…
Cancel
Save