]> git.saurik.com Git - apt.git/blobdiff - ftparchive/writer.h
merged the latest lp:~mvo/apt/libudev-cdrom branch
[apt.git] / ftparchive / writer.h
index a4e4356f925febe67e72a3db83aa09b3795b1ad4..e7643890056fed1c0a54c2ea2a72e044f70673da 100644 (file)
@@ -52,7 +52,7 @@ class FTWScanner
    {
       if (ErrorPrinted == false && Quiet <= Priority)
       {
-        cout << endl;
+        c1out << endl;
         ErrorPrinted = true;
       }         
    }
@@ -86,6 +86,7 @@ class PackagesWriter : public FTWScanner
    bool DoSHA256;
    bool NoOverride;
    bool DoContents;
+   bool LongDescription;
 
    // General options
    string PathPrefix;