]> git.saurik.com Git - apt.git/commitdiff
releasing version 0.8.16~exp5ubuntu14.1
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 19 Oct 2011 16:00:12 +0000 (18:00 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 19 Oct 2011 16:00:12 +0000 (18:00 +0200)
apt-pkg/edsp.cc
debian/changelog

index 4d2230613513c67383eb9a39e501dc06df5eb16a..0ee0fcf94ab507d1a96cce3a7e500f5612e2ff08 100644 (file)
@@ -277,7 +277,7 @@ bool EDSP::ReadResponse(int const input, pkgDepCache &Cache, OpProgress *Progres
                        std::string msg = SubstVar(SubstVar(section.FindS("Message"), "\n .\n", "\n\n"), "\n ", "\n");
                        if (msg.empty() == true) {
                                msg = _("External solver failed without a proper error message");
                        std::string msg = SubstVar(SubstVar(section.FindS("Message"), "\n .\n", "\n\n"), "\n ", "\n");
                        if (msg.empty() == true) {
                                msg = _("External solver failed without a proper error message");
-                               _error->Error(msg.c_str());
+                               _error->Error("%s", msg.c_str());
                        } else
                                _error->Error("External solver failed with: %s", msg.substr(0,msg.find('\n')).c_str());
                        if (Progress != NULL)
                        } else
                                _error->Error("External solver failed with: %s", msg.substr(0,msg.find('\n')).c_str());
                        if (Progress != NULL)
index 60b1df287918d90b1bae24108131144065321a04..e2e895c970bfcbd15f36538046b6cc938dcb74cb 100644 (file)
@@ -1,3 +1,10 @@
+apt (0.8.16~exp5ubuntu14.1) precise; urgency=low
+
+  * apt-pkg/edsp.cc:
+    - fix FTBFS
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 19 Oct 2011 17:56:49 +0200
+
 apt (0.8.16~exp5ubuntu14) precise; urgency=low
   
   [ David Kalnischkies ]  
 apt (0.8.16~exp5ubuntu14) precise; urgency=low
   
   [ David Kalnischkies ]