]> git.saurik.com Git - apt.git/commitdiff
* apt-ftparchive might write corrupt Release files (LP: #46439)
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 31 Jul 2008 12:51:18 +0000 (14:51 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 31 Jul 2008 12:51:18 +0000 (14:51 +0200)
debian/changelog
ftparchive/writer.h

index 0f78f6d5acc0e0ce16953233f38b2e9d088ffa35..c788c1d7d036db24d9762d38c601bf61a94f1c96 100644 (file)
@@ -27,6 +27,10 @@ apt (0.7.15) UNRELEASED; urgency=low
   * document --install-recommends and --no-install-recommends
     (thanks to Dereck Wonnacott, LP: #126180)
 
+  [ Dereck Wonnacott ]
+  * apt-ftparchive might write corrupt Release files (LP: #46439)
+
+
  --
 
 apt (0.7.14) unstable; urgency=low
index a4e4356f925febe67e72a3db83aa09b3795b1ad4..6e161c752ac4cbeacb3f8192a5adcb7d22fd01db 100644 (file)
@@ -52,7 +52,7 @@ class FTWScanner
    {
       if (ErrorPrinted == false && Quiet <= Priority)
       {
-        cout << endl;
+        c1out << endl;
         ErrorPrinted = true;
       }         
    }