From: Michael Vogt Date: Mon, 27 Jun 2011 08:51:36 +0000 (+0200) Subject: * apt-pkg/deb/dpkgpm.cc: X-Git-Tag: 0.9.13.exp1ubuntu1~170 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/d97582a768690ea79679e51d26fc241c72825880?hp=-c * apt-pkg/deb/dpkgpm.cc: - resolve issue where AptOrdering is included in DpkgTerminalLog in apport attachments --- d97582a768690ea79679e51d26fc241c72825880 diff --combined apt-pkg/deb/dpkgpm.cc index 859aff044,27fcd041c..a3a7ae5b3 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@@ -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); } }