(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking
This commit is contained in:
@@ -38,6 +38,7 @@ bool ContentInfo::IsSelected() const
|
|||||||
switch (this->state) {
|
switch (this->state) {
|
||||||
case ContentInfo::SELECTED:
|
case ContentInfo::SELECTED:
|
||||||
case ContentInfo::AUTOSELECTED:
|
case ContentInfo::AUTOSELECTED:
|
||||||
|
case ContentInfo::ALREADY_HERE:
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user