|
@@ -101,7 +101,7 @@ const char *GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
|
|
|
{
|
|
{
|
|
|
std::cerr << "Preparing to exec: " << gpgvpath;
|
|
std::cerr << "Preparing to exec: " << gpgvpath;
|
|
|
for(unsigned int 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;
|
|
|
}
|
|
}
|
|
|
int nullfd = open("/dev/null", O_RDONLY);
|
|
int nullfd = open("/dev/null", O_RDONLY);
|