Explorar o código

* apt-ftparchive might write corrupt Release files (LP: #46439)

Michael Vogt %!s(int64=18) %!d(string=hai) anos
pai
achega
db40f8e03e
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 4 0
      debian/changelog
  2. 1 1
      ftparchive/writer.h

+ 4 - 0
debian/changelog

@@ -27,6 +27,10 @@ apt (0.7.15) UNRELEASED; urgency=low
   * document --install-recommends and --no-install-recommends
   * document --install-recommends and --no-install-recommends
     (thanks to Dereck Wonnacott, LP: #126180)
     (thanks to Dereck Wonnacott, LP: #126180)
 
 
+  [ Dereck Wonnacott ]
+  * apt-ftparchive might write corrupt Release files (LP: #46439)
+
+
  --
  --
 
 
 apt (0.7.14) unstable; urgency=low
 apt (0.7.14) unstable; urgency=low

+ 1 - 1
ftparchive/writer.h

@@ -52,7 +52,7 @@ class FTWScanner
    {
    {
       if (ErrorPrinted == false && Quiet <= Priority)
       if (ErrorPrinted == false && Quiet <= Priority)
       {
       {
-	 cout << endl;
+	 c1out << endl;
 	 ErrorPrinted = true;
 	 ErrorPrinted = true;
       }	 
       }	 
    }
    }