From 1d4bba4e32aadf9850ed1ac30f3ee8a7e4d0ed1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Kupec?= Date: Sun, 28 Jun 2009 21:36:00 +0200 Subject: [PATCH] gotcha --- src/Summary.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Summary.cc b/src/Summary.cc index 6a10a22..73b9e57 100644 --- a/src/Summary.cc +++ b/src/Summary.cc @@ -674,6 +674,7 @@ void Summary::writePackageCounts(ostream & out) else // translators: this text will be preceded by a number e.g. "5 packages to ..." s << _PL("package to downgrade", "packages to downgrade", count); + gotcha = true; } i = toinstall.find(ResKind::package); if (i != toinstall.end()) -- 2.7.4