]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/dpkgpm.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 27 Jun 2011 08:51:36 +0000 (10:51 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 27 Jun 2011 08:51:36 +0000 (10:51 +0200)
  - resolve issue where AptOrdering is included in DpkgTerminalLog in apport
    attachments

1  2 
apt-pkg/deb/dpkgpm.cc

index 859aff044a0db62e0b0bcd72a2804a88526beba1,27fcd041c2eaa808868493a0d53166fc1558c736..a3a7ae5b316272080f340429b842f33e1648587d
@@@ -1442,6 -1442,7 +1442,7 @@@ void pkgDPkgPM::WriteApportReport(cons
        {
         while( fgets(buf, sizeof(buf), log) != NULL)
            fprintf(report, " %s", buf);
 -          fprintf(report, " \n");
++         fprintf(report, " \n");
         fclose(log);
        }
     }