From ec048f63365407f01766ef218165280cee805f1a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 8 Feb 2005 16:59:19 +0000 Subject: * slightly cosmetic change in methods/gpgv.cc --- methods/gpgv.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'methods') 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; } -- cgit v1.2.3