summaryrefslogtreecommitdiff
path: root/ftparchive/writer.h
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 /ftparchive/writer.h
parent06d79436542ccf3e9664306da05ba4c34fba4882 (diff)
* apt-ftparchive might write corrupt Release files (LP: #46439)
Diffstat (limited to 'ftparchive/writer.h')
-rw-r--r--ftparchive/writer.h2
1 files changed, 1 insertions, 1 deletions
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;
}
}