summaryrefslogtreecommitdiff
path: root/methods/gpgv.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-02-08 16:59:19 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-02-08 16:59:19 +0000
commitec048f63365407f01766ef218165280cee805f1a (patch)
treed7e1a8abd4a5f64a316ac21059cc4a20c1219693 /methods/gpgv.cc
parent9269ffef2b7e7f08ad0ca2c2d17bd61907e89842 (diff)
* slightly cosmetic change in methods/gpgv.cc
Diffstat (limited to 'methods/gpgv.cc')
-rw-r--r--methods/gpgv.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/methods/gpgv.cc b/methods/gpgv.cc
index 79705fe5e..f7d16ef01 100644
--- a/methods/gpgv.cc
+++ b/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;
}