• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-get: 提交

The MinGW.OSDN Installation Manager Tool


Commit MetaInfo

修訂621cf63af22f3ff17225ca5895595d6bb4f4d260 (tree)
時間2013-10-01 21:49:35
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Correct processing of package group associations.

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1+2013-10-01 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Correct processing of package group associations.
4+
5+ * src/pkgtree.cpp (AppWindowMaker::IsPackageGroupAffiliate): Iterate
6+ over "affiliate_key" elements in FindNextAssociate() calls; original
7+ implementation was incorrectly iterating over "group_key" elements.
8+
19 2013-09-21 Keith Marshall <keithmarshall@users.sourceforge.net>
210
311 Reorder controls within "Apply Changes" dialogue.
--- a/src/pkgtree.cpp
+++ b/src/pkgtree.cpp
@@ -466,7 +466,7 @@ bool AppWindowMaker::IsPackageGroupAffiliate( pkgXmlNode *package )
466466 * check for any further "affiliate" declarations at the
467467 * current level within the XML document hierarchy...
468468 */
469- group = group->FindNextAssociate( group_key );
469+ group = group->FindNextAssociate( affiliate_key );
470470 }
471471 /* ...and at enclosing levels, as may be necessary.
472472 */
Show on old repository browser