]> git.saurik.com Git - apt.git/commitdiff
* Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 26 Oct 2007 20:08:18 +0000 (18:08 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 26 Oct 2007 20:08:18 +0000 (18:08 -0200)
  space after cd label, closes: #448187.

apt-pkg/cdrom.cc
debian/changelog

index b8f94e5b024dd64308b0daba46ab68abe33692c5..afb06755989dd194b39dac86f43da3e9f980cf61 100644 (file)
@@ -560,8 +560,8 @@ bool pkgCdrom::Ident(string &ident, pkgCdromStatus *log)
    }
    if(log) {
       msg.str("");
-      ioprintf(msg, _("Stored label: %s \n"),
-              Database.Find("CD::"+ident).c_str());
+      ioprintf(msg, _("Stored label: %s\n"),
+      Database.Find("CD::"+ident).c_str());
       log->Update(msg.str());
    }
    return true;
index f29fc1b20475358ec92bbc88f636790685e62ce7..e0a6a7736219284100aad664e2be6b186677b721 100644 (file)
@@ -4,8 +4,10 @@ apt (0.7.8) UNRELEASED; urgency=low
     APT::Acquire::Translation "none" support, closes: #437523.
   * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
     for the Homepage field (ABI break), closes: #447970.
+  * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
+    space after cd label, closes: #448187.
 
- -- Otavio Salvador <otavio@debian.org>  Thu, 25 Oct 2007 13:47:00 -0200
+ -- Otavio Salvador <otavio@ossystems.com.br>  Fri, 26 Oct 2007 18:07:06 -0200
 
 apt (0.7.7) unstable; urgency=low