Przeglądaj źródła

* methods/gpgv.cc: typo

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

+ 1 - 1
methods/gpgv.cc

@@ -40,7 +40,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
 {
    // setup a (empty) stringstream for formating the return value
    std::stringstream ret;
-   res.str("");
+   ret.str("");
 
    if (_config->FindB("Debug::Acquire::gpgv", false))
    {