]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
apt-pkg/deb/debsystem.cc: add missing i18n string
[apt.git] / methods / gpgv.cc
index 9f4683e6e05f2522a6934faaccb6e0de15c4f5dd..f3277b300e1dab03659c7c0c242d9b1a9c18879e 100644 (file)
@@ -264,7 +264,7 @@ bool GPGVMethod::Fetch(FetchItem *Itm)
       // least one bad signature. good signatures and NoPubKey signatures
       // happen easily when a file is signed with multiple signatures
       if(GoodSigners.empty() or !BadSigners.empty())
-        return _error->Error(errmsg.c_str());
+        return _error->Error("%s", errmsg.c_str());
    }
       
    // Just pass the raw output up, because passing it as a real data