Przeglądaj źródła

* slightly cosmetic change in methods/gpgv.cc

Michael Vogt 21 lat temu
rodzic
commit
ec048f6336
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      methods/gpgv.cc

+ 1 - 2
methods/gpgv.cc

@@ -100,8 +100,7 @@ const char *GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
       if (_config->FindB("Debug::Acquire::gpgv", false))
       if (_config->FindB("Debug::Acquire::gpgv", false))
       {
       {
          std::cerr << "Preparing to exec: " << gpgvpath;
          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 << Args[j] << " ";
 	 std::cerr << std::endl;
 	 std::cerr << std::endl;
       }
       }