mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Doh
This commit is contained in:
parent
0ac35b67b8
commit
9b845e6936
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ public:
|
|||
auto i = state.its.find(act);
|
||||
if (i == state.its.end()) break;
|
||||
if (i->second->type == type) return true;
|
||||
act = i->second->parent;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue