]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
merged from lp:~mvo/apt/mvo
[apt.git] / methods / gpgv.cc
index 470b47fd4afbcf1c08b05f8b442356c3e1d0f279..150c1d315ebe33ee530150a20e8a72c1c6b2bf16 100644 (file)
@@ -292,7 +292,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