[Aptitude-svn-commit] r3633 - in branches/aptitude-0.3/aptitude: . src
Daniel Burrows
dburrows@costa.debian.org
Thu Jul 7 15:37:01 UTC 2005
Author: dburrows
Date: Thu Jul 7 15:36:58 2005
New Revision: 3633
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/reason_fragment.cc
Log:
Remove a now-unnecessary %S escape.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Thu Jul 7 15:36:58 2005
@@ -1,5 +1,9 @@
2005-07-07 Daniel Burrows <dburrows@debian.org>
+ * src/reason_fragment.cc:
+
+ Remove a no longer necessary %S escape.
+
* src/view_changelog.cc:
Add support for searching for text in the changelog viewer.
Modified: branches/aptitude-0.3/aptitude/src/reason_fragment.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/reason_fragment.cc (original)
+++ branches/aptitude-0.3/aptitude/src/reason_fragment.cc Thu Jul 7 15:36:58 2005
@@ -153,7 +153,7 @@
for(set<pkgCache::VerIterator>::const_iterator i=providing_versions.begin();
i!=providing_versions.end(); ++i)
if(i->ParentPkg()==*P)
- fragments.push_back(style_fragment(fragf("%S%s %s",
+ fragments.push_back(style_fragment(fragf("%s %s",
P->Name(),
i->VerStr()),
pkg_ver_item::ver_style(*i)));
More information about the Aptitude-svn-commit
mailing list