summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-07-31 14:51:18 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-07-31 14:51:18 +0200
commitdb40f8e03e7ff2598f7f9b406bb98047c8cc95ba (patch)
tree2dbcb9ac8961e4042d538ea6109e827a8b5fa9ba
parent06d79436542ccf3e9664306da05ba4c34fba4882 (diff)
* apt-ftparchive might write corrupt Release files (LP: #46439)
-rw-r--r--debian/changelog4
-rw-r--r--ftparchive/writer.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0f78f6d5a..c788c1d7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/ftparchive/writer.h b/ftparchive/writer.h
index a4e4356f9..6e161c752 100644
--- a/ftparchive/writer.h
+++ b/ftparchive/writer.h
@@ -52,7 +52,7 @@ class FTWScanner
{
if (ErrorPrinted == false && Quiet <= Priority)
{
- cout << endl;
+ c1out << endl;
ErrorPrinted = true;
}
}