* slightly cosmetic change in methods/gpgv.cc
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 8 Feb 2005 16:59:19 +0000 (16:59 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 8 Feb 2005 16:59:19 +0000 (16:59 +0000)
methods/gpgv.cc

index 79705fe..f7d16ef 100644 (file)
@@ -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;
       }