Merge branch 'master' into jgrpp
# Conflicts: # .github/changelog.sh # cmake/PackageDeb.cmake # src/network/network_client.cpp # src/settings_gui.cpp
This commit is contained in:
@@ -910,7 +910,7 @@ void ClientNetworkContentSocketHandler::ToggleSelectedState(const ContentInfo *c
|
||||
*/
|
||||
void ClientNetworkContentSocketHandler::ReverseLookupDependency(ConstContentVector &parents, const ContentInfo *child) const
|
||||
{
|
||||
for (const ContentInfo * const &ci : this->infos) {
|
||||
for (const ContentInfo *ci : this->infos) {
|
||||
if (ci == child) continue;
|
||||
|
||||
for (uint i = 0; i < ci->dependency_count; i++) {
|
||||
|
Reference in New Issue
Block a user