* 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 0f78f6d..c788c1d 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 a4e4356..6e161c7 100644 (file)
@@ -52,7 +52,7 @@ class FTWScanner
    {
       if (ErrorPrinted == false && Quiet <= Priority)
       {
-        cout << endl;
+        c1out << endl;
         ErrorPrinted = true;
       }         
    }