From: Brian Murray Date: Fri, 24 Jun 2011 00:50:33 +0000 (-0700) Subject: * apt-pkg/deb/dpkgpm.cc: X-Git-Tag: 0.9.13.exp1ubuntu1~170^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1787f7865ffe013db68cd8cf0b1129ed17d59fa0?hp=-c * apt-pkg/deb/dpkgpm.cc: - resolve issue where AptOrdering is included in DpkgTerminalLog in apport attachments --- 1787f7865ffe013db68cd8cf0b1129ed17d59fa0 diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index 859aff044..27fcd041c 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -1442,6 +1442,7 @@ void pkgDPkgPM::WriteApportReport(const char *pkgpath, const char *errormsg) { while( fgets(buf, sizeof(buf), log) != NULL) fprintf(report, " %s", buf); + fprintf(report, " \n"); fclose(log); } } diff --git a/debian/changelog b/debian/changelog index 7b6c51acf..5c606de50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ apt (0.8.14.1ubuntu8) UNRELEASED; urgency=low * apt-pkg/deb/dpkgpm.cc: - updated allocate memory string - cannot access archive string is lowercase + * apt-pkg/deb/dpkgpm.cc: + - resolve issue where AptOrdering is included in DpkgTerminalLog in apport + attachments -- Brian Murray Wed, 15 Jun 2011 14:00:43 -0700